@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(resimler/ist1200x900arka.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
html {
	height: 100%;
	width: 100%;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	 
}
a:hover {
	color: #ff0;
	text-decoration: none;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #777777;
	text-align: justify;
	line-height: 25px;
	text-indent: 20px;
}

h2,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	margin: 3px;
}
#linkler {
	padding: 3px;
	height: 60px;
	width: 700px;
	float: none;
	position: absolute;
	top: 600px;
	right: 100px;
	 
}
#yazilar {
	padding: 10px;
	width: 900px;
	margin-top: 100px;
	margin-left: 50px;
	border: 3px groove #063;
}
#linkler1 {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	text-transform: capitalize;
	height: 400px;
	width: 200px;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
	text-decoration: none;
	text-align: center;
	position: fixed;
	top: 300px;
	right: 10px;
}
