/*EXCREATE CSS Document */

tr, td {

font-family:Arial;
font-size:11px;
}

.baslik {
font-family:Arial;
font-size:15px;
color:#f52525;
width:bold;
text-decoration:none;
}

.ust_baslik {
font-family:Arial;
font-size:14px;
color:#737373;
width:bold;
text-decoration:none;
}

a {
font-family:Arial;
font-size:11px;
color:#555555;
width:bold;
text-decoration:none;
}
a:hover {
	color:#f52525;
	width:bold;
	text-decoration:underline;
}