@charset "utf-8";
a:link {
	color: #0066FF;
	text-decoration: none;

}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #003C74;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#links {
	height: 20px;
	width: 500px;
	list-style-position: outside;
	position: absolute;
	left: 522px;
	top: 128px;
}

