@charset "utf-8";
a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: gray; text-decoration: underline }
.info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.lightgreyline {
	color: #CCC;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	text-decoration: underline;
	font-size: 10;
}

