BODY { 
background-color: white; 
margin-left: 1.5em; 
margin-right: 1.5em; 
margin-top: 1.5em; 
margin-bottom: 1.5em; 
font-family: Verdana, Trebuchet MS, Arial, sans-serif; 
letter-spacing: 0pt; 
font-size: 10pt; 

        }
P, TD, TR { 
font-family: Verdana, Trebuchet MS, Arial, sans-serif; 
letter-spacing: 0pt; 
font-size: 10pt; 
        }

A:LINK {
	text-decoration: none;
color: #FF99CC;
}
A:ACTIVE {
	text-decoration: none;
color: #FF66CC; 
}
A:VISITED {
	text-decoration: none;
color: #FF99CC;
}
A:HOVER {
	text-decoration: underline; 
        color: #FF66CC; 
}