body {
	margin: 0px; 
	padding: 0px; 
	background-color:#ffffff;
}

td {
	font-family:Arial; 
	font-size:16px; 
	color:#000000; 
}

h1, h2 {
	font-family:Times New Roman; 
}

a {
	text-decoration:underline; 
	color:#0000ff;
}

a:hover {
	text-decoration:none; 
	color:#ff0000;
}

a:visited {
	text-decoration:underline; 
	color:#990066;
}

.footer {
	font-family: Times New Roman; 
	font-size: 14px; 
	font-weight: bold;
	font-style: italic; 
	text-align: center; 
	color: #000000; 
}

.contact {
	font-family: Times New Roman; 
	font-size: 16px; 
	color: #000000; 
}

input {
	font-family: Times New Roman;
	font-size: 16px;
	background: #CCCCCC; border: 1 solid #000000;
}
	
label {
	font-family: Times New Roman;
	font-size: 16px;
	color: #ffffff; 
}

.error {
	color:#ff0000;
}