BODY {background: black;
color: white;
font-family: serif; font-size: large;}
H1 {color: yellow; font-size: xx-large; font-family: serif; }
H2 {color: red; font-size: x-large; font-family: sans-serif;}
.big {font-size: xx-large;}
A:link {color: white; text-decoration: none;}
A:active {color: red; text-decoration: none;}
A:visited {color: orange; text-decoration: none;}

