body {
	background: #990000;
	margin: 18px;
}
td,p.home {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
}
td,p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
H1 {
	font-family: Times New Roman, serif;
	color: #990000;
	padding-bottom: 12px;
	padding-right: 12px;
	font-size: 38px;
}
H4 {
	font-family: Times New Roman, serif;
	color: #FFF;
	font-size: 18px;
	padding-bottom: -12px;
}
td.footer {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC8080;
}
A.footer {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER.footer {
	color: red;
	text-decoration: none;
}
A {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER.home {
	color: #red;
	text-decoration: none;
}
A.home {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER {
	color: #000;
	text-decoration: none;
}

.input {
	background-color: #EFEFEF;
	font-family: verdana;
	font-weight: normal;
	color: #000;
	font-size: 12pt;
	border-style: solid;
	border-width: 2px;
	border-color: orange;
	padding: 4px;
}
.style1 {	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}