/* CSS Document */

body{
background-color:#071f3c;
}

p,td,li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#444444;
}

ol{
list-style:lower-alpha;}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
font-weight:bolder;
color:#071f3c;
}

a{color:#071f3c;
text-decoration:underline;
font-weight:700;}


a:hover{
color:#071f3c;
text-decoration:none;
font-weight:700;
}

.big{
font-weight:bold;
color:#071f3c;
}

a.smaller{
font-size:12px;
color:#afe214;}

.footer{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:100;
}

a.footer:hover{
color:#0099FF;
}


a.footer{
font-weight:bold;
color:#0099FF;
}
