body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	list-style-position: outside;
	list-style-type: square;
	
}

a {
	font-size: x-small;
	color: #8C0F0F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C0F0F;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
