@charset "utf-8";
/* CSS Document */

body {
font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
color:#339999;
text-decoration:underline;
}

a:visited {
color:#339999;
text-decoration:underline;
}

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

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