a:link {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.head { font-family:Tahoma, Verdana, Arial;
		font-size:18px;
		font-weight:bold;
}
