BODY        { background-color: #000066; color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; }

a           { color: #CCCCCC; }
a:link      { color: #00FF00; }
a:visited   { color: #00FF00; }
a:hover     { color: #00FF00; }
a:active    { color: #00FF00; }

.gr         { color: #00FF00; text-decoration:none; }
.gr:link    { color: #00FF00; text-decoration:none; }
.gr:visited { color: #00FF00; text-decoration:none; }
.gr:hover   { color: #FF0000; text-decoration:none; }
.gr:active  { color: #00FF00; text-decoration:none; }

.bg         { color: #00FF00; text-decoration:none; }
.bg:link    { color: #00FF00; text-decoration:none; }
.bg:visited { color: #00FF00; text-decoration:none; }
.bg:hover   { color: #FF0000; text-decoration:none; }
.bg:active  { color: #00FF00; text-decoration:none; }

