body{ background-color: 333333} 
p { color: white; } 
h1{ color: white; }
h2{ color: 660000; }
h3{ color: 000000; }
p2{ color: black; }
p3{ color: white; }
h4{ color: white; }

a:link { text-decoration: underline; color: 990000}
a:visited { text-decoration: underline; color: 990000}
a:active { text-decoration: underline; color: CC9900}
a:hover { text-decoration: none; color: 990000 }