body {
	background-color: #6d0a0d;
	margin-top: 50px;
}
.style1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
INPUT {
	background-color:#cccccc;
	border-color:white;
	font-size:10px;
	height: 20 px;
}
textarea {
	background-color:#cccccc;
	border-color:white;
	font-size:10px;
}
INPUT.img {
}

