a:link {
	font-family: "Trebuchet MS";
	color: #FF0000;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	}
a:hover {
	color: blue;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
}