@charset "utf-8";
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	background-color: #FAF374;
}
a:active {
	color: #009900;
	background-color: #FAF374;
}
small {
	font-size:10px;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
}