/*
General CSS for the DHTML
*/
body{
	font-family: verdana, sans-serif;
	font-size:0.8em;
	margin:0px;
	color: #333333;
}

a{
	color:#ff4e4f;
	text-decoration:underline;
}

