BODY {
	margin: 0;
	background-color: White;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.required {
	color: Red;
}
.indent {
	text-indent: 10px;
}
A:HOVER {
	color: Red;
}
 A:LINK {
	text-decoration: none;
}
A:VISITED {
	text-decoration: none;
}
A:ACTIVE {
	color: Purple; 
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: 700; 
	color: #336633;
}
