BODY {
	background-color : #336633;
	/*background-image : url(bg3.jpg);
	background-position : center;
	background-repeat : no-repeat;
	*/
}
.title {
	color : White;
	font-size : 30px;
}
.utitle {
	color : White;
	font-size : 15px;
}
.fett {
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
	text-decoration: underline;
}
.table {

	background-color : #336633;
	background-image : url(bg3.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.bottom {
	font-variant : small-caps;
	font-size : 12px;
}
A:LINK, A:VISITED {
	color : White;
	text-decoration: none;
}
