@charset "utf-8";
/* CSS Document */


body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.yazi {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.baslik {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #4A7917;
}
a:link {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #008ACC;
	text-decoration: underline;
}
a:hover {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #008ACC;
	text-decoration: underline;
}
