@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #B39F9F;
	text-decoration: none;
}
a:visited {
	color: #B39F9F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	color: #B39F9F;
	text-decoration: none;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b39f9f;
	
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b47947;
	
}

.text3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #dad9cd;
	
}

h1.baslik{
	font:1.6em/160% Georgia, "Times New Roman", Times, serif;
	color:#990000;
	text-align:center;
	}