body {
	background-color: #343434;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:15px;;
}

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