.link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
ink:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
ink:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
ink:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
ink:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

