@charset "utf-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666;
}


#ana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#ana #resim .resim {
	text-align: center;
	margin: 5px auto;
	display: block;
}


#ana #menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 0px;
}

#ana #menu ul li {
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF9;
	font-size: 14px;
	float: right;
	padding-right: 23px;
}

#ana #menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF9;
	text-decoration: none;
}

#ana #menu a:hover{
	color: #CCC;
}

#ana #menu a:visited{
	text-decoration:none;
}

#ana #metin {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	text-align: justify;
	width: 600px;
	padding-top: 30px;
	line-height: 2;
}

#ana #linkler {
	padding-top: 40px;
}

#ana #linkler p {
	text-align: center;
	color: #FF9;
}

#ana #linkler a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

#ana #linkler a:hover{
	color: #CCC;
}

#ana #linkler a:visited{
	text-decoration:none;
}

