
@charset iso-8859-1;
/* Document CSS */
a:active { color: yellow; text-decoration: none }
a:link { color: white; text-decoration: none }
a:visited { color: silver; text-decoration: none }
a:hover { color: yellow; text-decoration: none }
body   { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-color: #1E7793 }
