input.submit {
	background-color: Green;
	font-weight: bold; 
	font-size: 11px; 
	color: white;
}

input.text {
	background-color: #EBEBEB;
	font-weight: normal; 
	font-size: 10px; 
	color: green;
	letter-spacing: 1px;
}

textarea.text {
	background-color: #EBEBEB;
	font-weight: normal; 
	font-size: 10px; 
	color: green;
	letter-spacing: 1px;
}

.contact {
	font-size: 12px;
	letter-spacing: 1px;
}
