.text {
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a {
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	color: #D61A20;
	text-decoration:underline;
}
a:hover {
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration:underline;
}
input, select {
	padding-left:3px;
	border: solid 1px #D61A20;
	width:200px;
	color:#000000;
}