body {  
background: #660033;
margin-top: 20px;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
text-indent: 0;
}
 
a:link {color: #660033; text-decoration: underline;}
a:visited {color: #660033; text-decoration: underline;}
a:hover {color: #AAAA00; text-decoration: none;}

a.two:link {color: #AAAA00; text-decoration: none;}
a.two:visited {color: #AAAA00; text-decoration: none;}
a.two:hover {color: #AAAA00; text-decoration: underline;}

p {
font-family: arial,"sans serif";
font-size: 10pt; color: #333333;
text-align: justify;
} 

#text { font: 8pt "Verdana";
color: #333333;
}

#text2 { font: 10pt "Verdana";
color: #333333;
}
 
#text3 { font: 10pt "Arial";
color: #AAAA00;
}

#text4 { font: 14pt "Arial";
color: #333333;
}

#text5 { font: 8pt "Verdana";
color: #AAAA00;
}

ul li {   
color: #333333;
font-family: arial;
font-size: 10pt;
text-indent: 20px;   
}

input {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}