a.buton:link , a.buton:visited {
	display:block;
	background-image:url(images/buton.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00277E;
	letter-spacing: -1px;
	text-indent: 28px;
	text-decoration: none;
	/*Alttaki iki değerin toplamı resim yüksekliğine eşit olmalıdır. (Burada 21+9=30px)*/
	padding-top: 9px;
	height: 21px;
	text-align: left;
}
a.buton:hover {
	color: #AF3131;
	background-position: 0px -30px;
}
a.buton:active {
	color: #AF3131;
	background-position: 0px -60px;
}
a.solmenu:link , a.solmenu:visited {
	font-size: 11px;
	font-weight: bold;
	color: #66FFFF;
	padding-left: 25px;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
}
a.solmenu:active {
	color: #FFFF00;
}
a.solmenu:hover {
	color: #FFFFFF;
}
.ziyaretci {
	color: #00f0ff;
	font-size: 10px;
}
a.navigator:link , a.navigator:visited {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.navigator:hover {
	color: #339900;
	text-decoration: underline;
}
.haksakli {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}
a.uruncesitbaslik:link , a.uruncesitbaslik:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a.uruncesitbaslik:hover {
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
}