html,body,td {
    font-size: 10pt;
    font-family: verdana;
    text-align: justify;
    margin-top: 2px;
}

table.rule {
    border-top: 2px #000000 solid;
    width: 670;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

table.advertisement {
    border: 2px #000000 dotted;
    background: #FFFFFF;
    width: 700;
    margin: 10px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

h3 {
    margin: 3px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

li.news {
    margin: 10px;
}

li.hmmm {
    margin: 10px;
}

a:link {
    color: #000099;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #990099;
    font-weight: bold;
    text-decoration: none;
}

a:visited {    
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #990099;
    font-weight: bold;
    text-decoration: none;
}