@charset "UTF-8";
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
a:visited {
	color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
.indent {
	list-style-type: circle;
	text-decoration: underline;
}

