@charset "iso-8859-9";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.baslik {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#666666;
}

.yazi {
	font-family:Tahoma;
	font-size:11pt;
	color:#000000;
}

.link {
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
}

.uyari {
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
}
