@import url("../scroll2.css");
a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #FFFFCC;
}
a:active {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

