BODY.white {
	background-color: #ffffff;
	font-family: Times New Roman, '‚l‚r ƒSƒVƒbƒN';
}
BODY.gray {
	background-color: #f9f9f9;
	font-family: Times New Roman, '‚l‚r ƒSƒVƒbƒN';
}

H4 {
	color: #ffffff;
	width: 100%;
	background-color: green;
	border: 0px;
}

UL LI { list-style-type: square; }
OL LI { list-style-type: decimal; }

A:link {
	color: #0066cc;
	text-decoration: none;
}
A:visited {
	color: #0066cc;
	text-decoration: none;
}
A:active {
	color: #0066cc;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: underline;
}
