body {
	background-image: url(fon.jpg);
	font:  11px Century Gothic;
	cursor: crosshair;
}




h1{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #8B864E;
	text-align: left;
	text-transform: uppercase;
	border-style: ridge;
	border-width: thin;
}
h2{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #8B864E;
	text-align: left;
	text-transform: uppercase;
	border-style: ridge;
	border-width: thin;
}



A,A:active,A:link,A:visited 
{
	font-family: "Century Gothic";
	font-size: 11px;
	cursor: crosshair;
	color:#8B7D7B;
}

A:hover 
{
	font-size: 11px;
	cursor: crosshair;
	border-color: #dadada;
	border-style: dotted;
	border-width: 1px;
	color:#CDB38B;
}

textarea,input,button {
	border: 1px solid Gray;
	color: #dadada;
	background-color: #ffffff;
}

