@charset "utf-8";
/* CSS Document */

body {
	background-color: #040a1c;
	margin: 0px;
}
.linkler {
	font-family: georgia;
	font-size: 11px;
	color: #654c1c;
	text-decoration: none;
}
a:hover {
	color: #EDC36F;
	text-decoration: underline;
}
.linkler1 {
	font-family: tahoma;
	font-size: 9px;
	color: #533E17;
	text-decoration: none;
}
.linkler11 {
	font-family: georgia;
	font-size: 10px;
	color: #654c1c;
	text-decoration: none;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px;
}
.linklerinner {
	font-family: georgia;
	font-size: 11px;
	color: #916C28;
	text-decoration: none;
	font-weight: normal;
}
.linklerinner1 {
	font-family: georgia;
	font-size: 16px;
	color: #916C28;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}
input {
	background-color: #16265A;
	font-family: Georgia;
	font-size: 12px;
	color: #b58521;
	border: 1px solid #11192e;
}
textarea{
	color: #b58521;
	background-color: #16265A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

