body, p {
font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
background-color: #50004D;
margin: 0 0 15px 0;
padding: 4px;
color: #DB8039;
line-height: 110%;
}
a {
color:#FF5500;
text-decoration:none;
} 
a:hover {
color:#FFcc99;
text-decoration:underline;
}
table#sample {
    border: solid #999999 1px;
    width: 800px; 
	font-size: 13px;
}
table#sample td {
   border: solid #999999 1px;
}
.col { 
    width: 350px;
    font-weight: bold;
    text-align: left;
	padding-left: 6px;
}
INPUT, textarea {
	color:#000000;
	background-color:#BDB3BD;
	font-size:11px;
}
.option { 
    background-color:#50004d;
}
h1 {
	text-align:center;
	font-size: 37px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
h2 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
