.style1 {
	font-size: 36px;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html { background-color: #CC0000;}
body {
	background-color: #CC0000;
	margin-top: 20px;
}
.mainTable {
	background-color: #FF6699;
	margin: 3px;
	padding: 10px;
	border: 2px solid #000000;
}
.style3 {font-size: 12px}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
.style5 {font-size: 14px}
.errorText {
	color: #FF0000;
	font-weight: bold;
}

.hoverButton { 
	background-color: #FF6699;
	text-align: center;
	border: thin dashed #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	padding: 10px;
	text-decoration: none;
}

.hoverButton:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
