body {
	margin-top: 80px;
	background-color: #800000;
}
.mainfont {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 13px;
	font-weight: 420;
	color: #565555;
}
input.contact {
	border: 1px solid #000000;
	background-color:#F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	margin-top: 5px;
	height: 13px;
}
input.contact2 {
	border: 1px solid #000000;
	background-color:#F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	margin-top: 5px;
	height: 13px;
	_width: 342px;
	width: 343px;
}
input.submit:hover {
	background-color: #000000;
}
textarea.contact {
	border: 1px solid #000000;
	background-color:#F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	margin-top: 5px;
	_width: 340px;
}
.mainfont-red {
	color: #800000;
}
a.contact:link {
	text-decoration: underline;
	color: #666666;
}
a.contact:hover {
	text-decoration: none;
}
a.contact:active {
	text-decoration: underline;
}
a.contact:visited {
	text-decoration: underline;
	color: #CC0033;
}
a.cv:link {
	text-decoration: underline;
	color: #800000;
}
a.cv:hover {
	text-decoration: none;
}
a.cv:active {
	text-decoration: underline;
}
a.cv:visited {
	text-decoration: underline;
	color: #666666;
}
.copyright {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}