body {
	background-color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20pt;
	color: #333333;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #C0AD75;
}
a:active {
	text-decoration: none;
	color: #C0AD75;
}
