/* CSS Document */
<style type="text/css">
<!--
body{
		font-family:"Trebuchet MS";
	font-size:12px;
	color:Blue;
	text-decoration:none;
}

a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:white;
	text-decoration:none;
}

a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FF9900;
	text-decoration:none;
}

.buton1{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.buton1:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ff9900;
	text-decoration:none;
}

.buton1:active{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ff9900;
	text-decoration:none;
}
.buton2{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:white;
	text-decoration:none;
}

.buton2:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#f7d209;
	text-decoration:none;
}
.buton2:active{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#f7d209;
	text-decoration:none;
}
.turanj{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ff9900;
	text-decoration:none;
}
.beyaz{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.beyaz13{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}
-->
</style>

