body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.baslik {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #2985DD;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #2985DD;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #161616;
	margin: 0;
}
h2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #aa0000;
	margin: 0;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #161616;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #161616;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #aa0000;
}
.haber_baslik {
	font-family: Tahoma;
	font-size: 11px;
	color: #404040;
}
.haber_detay {
	font-family: Tahoma;
	font-size: 10px;
	color: #3c3c3c;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: #145799;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #1c1a1c;
	width: 130px;
	height: 17px;
}
