.links {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #003366;
	text-decoration: underline;
	height: 30px;
	width: 50px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #003366;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #003366;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FF3366;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #003366;
}
