/* CSS Document */
a:link { color: #cccccc; text-decoration: underline; }
a:visited { color: #999999; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #eeeeee; text-decoration: none; }

body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: em; color: #ffffff }