/*
body {  color: white; font-family: cursive }
*/
BODY {  color: white; background-color: black; font-family: sans-serif }
/*
LI {  color: white; background-color: black; font-family: sans-serif }
H1 {  color: white; background-color: black; font-family: sans-serif }
H2 {  color: white; background-color: black; font-family: sans-serif }
H3 {  color: white; background-color: black; font-family: sans-serif }
P {  color: white; background-color: black; font-family: sans-serif }
*/

A:link { color: red; text-decoration: none }
A:active { color: red; text-decoration: none }
A:visited { color: red; text-decoration: none }
A:hover { color: green }

