.normal {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0CAAE7;
	text-decoration: none;
}
.link:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0067AC;
	text-decoration: underline;
}
.baslik {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.hideme {
position : absolute;
left : -5000px;
}
