body,h1,h2,h3,h4,p,td,th,li,div{
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:12pt;
    color:#FFFFFF;
}
body{
    background-color:#000040;
}
h1{
    font-size:200%;
}
h2{
    font-size:150%;
}
h3{
    font-size:100%;
    font-weight:bold;
}
p,td,th,li,div{
    line-height:18pt;
}
p{
    text-align:justify;
}
a:link{
    color:#FFFF80;
    text-decoration:underline;
}
a:visited{
    color:#808080;
    text-decoration : underline;
}
a:hover{
    color:#FFFF00;
    text-decoration : none;
}
a:active{
    color:#FFFFFF;
    text-decoration : none;
}
a:focus{
    color:#FFFFFF;
    text-decoration : none;
}
sub,sup{
    font-size : 75%;
}
hr{
    color:#FFFFFF;
    border-color:#FFFFFF;
    background-color:#FFFFFF;
    height:2px;
    border-width:1px;
    border-style:solid;
}

