/* CSS Document */

body  { background: #FFFFFF; margin-left: 0px; margin-right: 0px; margin-top: 0px }

p, li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 18px; color: #333333; }
		
:link    { color: #FF0000; text-decoration: underline }
:visited { color: #FF0000; text-decoration: underline }
:active  { color: #CC6600; text-decoration: none }
:hover   { color: #CC6600; text-decoration: none }

.menu    { font-size: 11px; color: #CC6600; font-weight: bold; font-style: italic; }
.white   { color: #FFFFFF; font-weight: bold; }
.blackbg { background: #000000; }