body 
{background-color: rgb(255,255,255); 
color: rgb(20,20,20); font-family: times new roman, times, serif; 

background-image: url(pic/background1.jpg);  
leftmargin: 0;
background-attachment: fixed;
}
H1 {font-size: 24pt;}
H2 {font-size: 18pt;}
H3 {font-size: 17pt;}
H4 {font-size: 16pt;}
p {
font-size: 16pt;
line-height: 150%;
}
li {font-size: 16pt;} 

SUP{font-size: 11pt;}
strong {color: red;}

a:link {
	color: black;
        font-size: 14pt;
}

a:visited {
	color: black;
        font-size: 14pt;
}

a:active {
	background-color: white;
}       font-size: 14pt;

a:hover {
	color: red;
        font-size: 14pt;
        background-color: red;
}




