BODY {
	text-align: center;
	background-color: #FFE4E1;
	margin : 0px ;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.h1 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color: #2E8B57;
}
.h2 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color: #008B8B;
}
h3 {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color: Red;
}
HR {
	color : White;
	height: 1px;
}
.TABLE {
	width : 775px;
	border: double;
}
TD {
	color: Background;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A {
	text-decoration: none;
	color: Red;
}
A:HOVER {
	text-decoration : underline;
	color : White;
}
