﻿h1, h2, h3, h4
{
    font-size:16px;
    margin-bottom:5px;
    margin-top:5px;
    color:rgb(196, 38, 38);
}
p {
    margin:0px;
}
.linkbox {
    border:dotted 1px rgb(156, 33, 33);
    padding:5px;
}
.promobox
{
    width:400px;
    margin:0px auto;
    border:dotted 1px rgb(156, 33, 33);
    background-color:rgb(224, 234, 239);
    padding:5px;
}
.promobox a
{
    font-size:16px;
    font-weight:bold;
    color:rgb(77, 48, 48);
}
.article
{
    width:540px;
    height:128px;
    padding:5px;
    margin-bottom:15px;
    float:right;
    border:dotted 1px rgb(196, 38, 38);
}
.articleimg
{
    width:128px;
    height:128px;
    float:right;
    border-left:dotted 1px rgb(196, 38, 38);
}
.articlemain
{
    width:399px;
    height:128px;
    padding-right:5px;
    float:right;
}
.articlesub
{
    font-size:12px;
    font-weight:bold;
    color:rgb(196, 38, 38);
}