a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #374D73;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: blink;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: blink;
}
