a:link {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a:active {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
