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