
BODY { 
background-color : #003300; 
color : red; 
text-align : center;
scrollbar-face-color : #003300;
font-family : Helvetica, Arial, sans-serif }

H1, H2, H3, H4, H5 { 
font-family : Helvetica, Arial, sans-serif; 
text-align : center;
color : black; }

P { 
font-family : Helvetica, Arial, sans-serif;
color : black; }

OL, UL { 
font-family : Helvetica, Arial, sans-serif;
color : #000088; }

A:link { 
color : #3399FF; 
text-decoration: underline; }

A:visited { 
color : #000088; 
text-decoration: underline; }

A:hover {
color: white; 
text-decoration: none; }

A:active {
color: #770077; 
text-decoration: none; }


