body {
	margin: 0px;
	background: #660;
	color: #f90;
	font-family:  Verdana, ClearlyU, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;

}
a:link { color: #fff; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }

iframe {
	background: none;
	border: none; 
}
input, textarea{
	background: #999;
	border: 1px dotted #666;
	color: #fff;
	font-family:  Verdana, ClearlyU, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	}
#email, #subject {
	width: 178px;
}
#submit {
	color: #fff;
	padding: 0px;
	background: none;
	border: none;
	
}
textarea {
	width: 194px;
	}
