
body {

	min-width: 770px;
	border: 0px;
	background-position: center;
	background-repeat: repeat;

}

a:link{text-decoration: none}
a:visited{text-decoration: none}
a:hover{text-decoration: underline}
a:active{text-decoration: none; color: red}


.neatform {
	font-family: Verdana, Arial; 
	width: 250px; 
	background-color: #ffffff; 
	border: 1px solid #000000;
	font-size: 16px; 
	margin-bottom: 3px;
}

.textarea {
	font-family: Verdana, Arial; 
	background-color: #ffffff; 
	border: 1px solid #000000;
	font-size: 16px; 
}

.sendbutton {
	width: 150; 
	height: 35; 
	color: #ffffff; 
	font-family: Verdana; 
	font-size: 16px; 
	background-color: #B6141C; 
	font-weight: bold; 
	border: solid 1px #000000;
}

