@import url("links3.css");
a:link {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #660066;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}
a:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
	text-transform: uppercase;

}
a:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #660066;
	text-decoration: underline;
	text-transform: uppercase;

}

