.sub1 a:link {
	font-family: Arial;
	font-size: 12px;
	color: #285eb4;
	text-decoration: underline;
}
.sub1 a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #285eb4;
	text-decoration: underline;
}
.sub1 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}
.sub1 a:active {
	font-family: Arial;
	font-size: 12px;
	color: #285eb4;
	text-decoration: underline;
}
