/* CSS Document */

.genelyazi{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7C7C7C;
	text-decoration: none;
}
.linkler:link, .linkler:visited{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#7C7C7C;
	text-decoration: none;
}
.linkler:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#FF9000;
	text-decoration: underline;
}

a:link, a:visited{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#7C7C7C;
	text-decoration: none;
}
a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#FF9000;
	text-decoration: underline;
}