.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 'black';
	text-decoration: none;
} 

body { 
margin-top: 20;
margin-bottom: 0;
margin-left: 0;
margin-right: 0px;
}

A:link, A:visited {  
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: #666666; 
text-decoration: none; 
}  

A:active { 
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: #666666; 
background: none; 
text-decoration: none; 
} 

A:hover { 
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: 'red'; 
background: none; 
text-decoration: none; 
cursor: none;
} 

