.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: 'black';
}

A:link, A:visited {  
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: 'black'; 
text-decoration: none; 
}  

A:active { 
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: 'blue'; 
background: none; 
text-decoration: none; 
} 

A:hover { 
font-family: 'verdana'; 
font-size: 9pt; 
font-weight: 'light'; 
font-style: 'underline'; 
color: 'red'; 
background: none; 
text-decoration: none; 
cursor: none;
} 

#footer A:link, #footer A:visited {  
font-family: 'verdana'; 
font-size: 7pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: 'black'; 
text-decoration: none; 
}  

#footer A:active { 
font-family: 'verdana'; 
font-size: 7pt; 
font-weight: 'light'; 
font-style: 'none'; 
color: 'blue'; 
background: none; 
text-decoration: none; 
} 

#footer A:hover { 
font-family: 'verdana'; 
font-size: 7pt; 
font-weight: 'light'; 
font-style: 'underline'; 
color: 'red'; 
background: none; 
text-decoration: none; 
cursor: none;
} 


