/* Default CSS Stylesheet for a new Web Application project */

/* GENEL SAYFA YAPILANDIRMA CSSLERI */
/*  genel body css  */
body{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;

}



/*LINK CSS'leri */
/* Genel link Css'i */
A {cursor:hand;}
a:link {text-decoration:none;color: #000000;}
a:active {text-decoration:underline; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline; color:#FF6600;}