@charset "utf-8";
body {
background-color:transparent; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
margin-left: 0px;
margin-top: 0px;
}


a:link {
text-decoration: none;
color: #000066;
}

a:visited {
color:#000066;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}

a:active:hover {
color:#FF0000;
text-decoration: none; 
}

a:active {
color:#0000FF;
text-decoration: none; 
}

