BODY {
	text-align: center;
	background-color: #F0FFF0;
	margin : 0px ;
	color: Black;
	font-family: "Bookman Old Style";
}   
.h1 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
.h2 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
h3 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
HR {
	color : Black;
	height: 1px;
}
TD {
	color: #708090;
	font-family: "Bookman Old Style";
}
A {
	text-decoration: none;
	color: #1E90FF;
}
A:HOVER {
	text-decoration : underline;
	color : Red;
}
