@charset "UTF-8";
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

a {
display: block;
color: #cc7b74;
text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	width: 160px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 1px solid silver;
}

img {
	border-style: none;
}

a:hover {
	color: #fff;
}


textarea {
	background-color: #8C0C03;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

input {
	background-color: #8C0C03;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

select {
	background-color: #8C0C03;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
