@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat;}	
	
.text1{
	font-family: "Trebuchet MS";
	font-size:11px;
	color:#fff;}
	
.baslik{
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#1E2B39;}	
	
a.link{
	font-family: "Trebuchet MS";
	font-size:11px;
	color:#fff;
	text-decoration: underline;}
	
a.link:hover{
	font-family: "Trebuchet MS";
	font-size:11px;
	color:#fff;
	text-decoration:none;}
