a {
	font-family: tahoma;
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	font-size: 10pt;
	color: #0066CC;
	text-decoration: underline;
}



