@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#112D4A;	
}

.icerik {
	font-family:Verdana;
	font-size:8pt;
	color:#333333;
}
.icerik2 {
	font-family:Verdana;
	font-size:8pt;
	color:#416FA0;
}
a.links {
	font-family:Verdana; font-size:8pt; font-weight:bold; 
	color:#333333; text-decoration:none;
}
a.links:hover {
	text-decoration:none; color:#000000;
}
a.links2 {
	font-family:Verdana; font-size:8pt; font-weight:bold; 
	color:#416FA0; text-decoration:none;
}
a.links2:hover {
	text-decoration:none; color:#333333;
}