
BODY { 
background-color : black; 
color : black; 
text-align : center;
scrollbar-face-color: black;
font-family: Helvetica, Arial, sans-serif } 

H4 { 
font-family : Helvetica, Arial, sans-serif; 
text-align : center;
color : black; }

H5 { 
font-family : Helvetica, Arial, sans-serif; 
text-align : center;
color : black; }

P {
text-align : left; } 

A:link { 
color : black; 
text-decoration: underline; }

A:visited { 
color : black; 
text-decoration: underline; }

A:hover {
color: red; 
text-decoration: none; }

A:active {
color: white; 
text-decoration: none; }


