a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 72803F;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 64558C;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 868484;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
input.boxContact{
	width:180px;
	height:18px;
	border:none;
	background-color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
}
input.boxEmail{
	width:180px;
	height:18px;
	border:none;
	background-color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:blue;
}
textarea.boxQuestion{
	width:180px;
	height:80px;
	border:none;
	background-color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
}