body 
{background-color: rgb(0,0,0); 
color: rgb(220,220,220); font-family: times new roman, times, serif; 

background-image: url(pic\background1.jpg);  
leftmargin: 0;
background-attachment: fixed;
}

p {
font-size: 16pt;
line-height: 150%;
}

SUP{font-size: 9pt;}
strong {color: red;}

a:link {
	color: white;
        font-size: 16pt;
}

a:visited {
	color: white;
        font-size: 16pt;
}

a:active {
	background-color: red;
}       font-size: 16pt;

a:hover {
	color: red;
        font-size: 16pt;
        background-color:yellow;
}




