.nav {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;

} 
.nav:hover { color: #000000; text-decoration: none } 
.link {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;

}
 .link:hover { color: #000000; text-decoration: none } 
 
 .powered {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 18px;
	font-family: Verdana;
	font-weight: Bold;
	text-decoration: underline;

} 