div,p,td {
	font-family: verdana;
	font-size: 11px;
	color: #505050;
	}
	
	li {
	font-family: verdana;
	font-size: 11px;
	color: #505050;
	list-style: square;
	
	}
	
a:link {
	font-family: verdana;
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
}
	 
a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #3366CC;
	text-decoration: underline;
}

 a:visited {	
	font-family: verdana;
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
}
