
body{
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited{
	text-decoration: underline;

}

a:hover{
	color: #000;
}

#navigation a, a:visited {
	text-decoration: none;
	font-size:14px;
}
	
#navigation a:hover {
	text-decoration: underline;	
	color: #000;
}
	
#footer a, a:visited {
	text-decoration: none;
	font-size: 10pt;
}

#footer a:hover {
	text-decoration: underline;	
	color: #000;
}
	
