body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	letter-spacing: 1px;
}
.sayfa {
	padding-left: 100px;
	width: 750px;
}
.textTablo {
	padding: 10px;
	background-color: #f4f4f4;
	margin: 0px;
}

.sayfa a:link {
	color: #000000;
	text-decoration: none;
	background-color: #99FF00;
}

.sayfa a:hover {
	color: #FF3300;
	text-decoration: none;
}
.sayfa a:visited {
	color: #0066CC;
	text-decoration: none;
	background-color: #efefef;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a: img{
	text-decoration: none;
	background:none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
em {
	font-weight: bold;
	text-decoration: none;
}
i {
	font-weight: bold;
	text-decoration: none;
}

