.turuncu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2b5188;
	text-decoration: none;
}
.turuncu:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2b5188;
	text-decoration: underline;
}
.mavi {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2b5188;
	text-decoration: none;
}
.mavi:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #2b5188;
	text-decoration: underline;
}
.siyah {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.beyaz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}