
BODY { 
background-color : white; 
color : black; 
text-align : center;
<!--
font-size : 18px;
//-->
scrollbar-face-color: white;
font-family: Helvetica, Arial, sans-serif } 

H1, H2, H3, H4 { 
font-family : Helvetica, Arial, sans-serif; 
text-align : center;
color : black; }

H6 { 
font-family : Helvetica, Arial, sans-serif; 
text-align : center;
font-size : 10px;
color : black; }

P {
font-size : 16px;
text-align : left; } 

HR {
font-size : 18px;
color : darkred; } 

A:link { 
color : black; 
text-decoration: underline; }

A:visited { 
color : black; 
text-decoration: underline; }

A:hover {
color: black; 
text-decoration: underline; }

A:active {
color: red; 
text-decoration: none; }

