/* CSS Document */

BODY { background: #006666; color: #FFFFFF; link: #FF9933; vlink: #66FF66; }

a:link {color: #FF9933; text-decoration: none; background-color: transparent }
a:visited { color: #66FF66; text-decoration: none; background-color: transparent }
a:hover { color: #FFFF00 ; text-decoration: underline; background-color: transparent }
a:active { color: #CC0000; text-decoration: underline; background-color: transparent }
