@charset "utf-8";
.indexCSS {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

