	.enli A:link {
	color: Lime;
	font: 'Arial Narrow';
	text-decoration: none;
	width: 140px;
	border-style: solid solid solid solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-color: Green;
	border-left-color: Green;
	border-right-color: Green;
	border-top-color: Green;
	height: 18px;
	padding-left: 1px;
}

	.enli A:visited {
		color: Lime;
		font: 'Arial Narrow';
	text-decoration: none;
	width: 140px;
	border-style: solid solid solid solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-color: Green;
	border-left-color: Green;
	border-right-color: Green;
	border-top-color: Green;
	height: 18px;
	padding-left: 1px;
	}

	.enli A:hover {
	color: White;
	font: 'Arial Narrow';
	text-decoration: none;
	width: 140px;
	border-style: solid solid solid solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-color: Red;
	border-left-color: Red;
	border-right-color: Red;
	border-top-color: Red;
	height: 18px;
	padding-left: 1px;
	background-color: Green;
	font-weight: bold;
}

	.ensiz A:link {
		color: #2F4F4F;
		font: 'Arial Narrow';
		text-decoration: none;
		font-size: smaller;
		border-style: solid solid solid solid;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-left-color: White;
		border-top-color: White;
		height: 19px;
		padding-left: 1px;
	}

	.ensiz A:visited {
		color: #2F4F4F;
		font: 'Arial Narrow';
		text-decoration: none;
		font-size: smaller;
		border-style: solid solid solid solid;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-left-color: White;
		border-top-color: White;
		height: 19px;
		padding-left: 1px;
	}

	.ensiz A:hover {
		color: #FF6347;
		font: 'Arial Narrow';
		text-decoration: none;
		font-size: smaller;
		border-style: solid solid solid solid;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-left-color: #FF6347;
		border-top-color: #FF6347;
		height: 19px;
		padding-left: 1px;
	}

	.normal A:link {
		color: #2F4F4F;
		font: 'Arial Narrow';
		text-decoration: none;
	}

	.normal A:visited {
		color: #2F4F4F;
		font: 'Arial Narrow';
		text-decoration: none;
	}

	.normal A:hover {
		color: #FF6347;
		font: 'Arial Narrow';
		text-decoration: none;
	}
	
	#baslik .siyah
	{
		color: Black;
	}
	
	#baslik .beyaz
	{
		color: White;
	}
	
	#baslik .I
	{
	letter-spacing: -1px;
	}
	
	#baslik .II
	{
		letter-spacing: 6px;
	}
	
	#baslik .III
	{
	letter-spacing: 10px;
	font-size: x-large;
	}
	
	#baslik .IV
	{
	letter-spacing: 3px;
	font-size: larger;
	}
	
	#baslik .V
	{
	letter-spacing: 2px;
	font-size: larger;
	}

	#baslik .VI
	{
	letter-spacing: 1px;
	font-size: smaller;
}
		
	#bolum_baslik
	{
	background-color: Gray;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	color: White;
	font-family: "Arial Black";
	font-size: x-large;
	elevation: above;
	outline-color: Black;
	outline-style: groove;
	outline-width: 1;
}

#site_haritasi
{
	font-size: x-small;
	font-family: "Courier New", Courier, monospace;
	color: Green;
	background-color: Black;
	width: 100%;
	text-align: right;
}

#yazi
{
	font-family: cursive;
	font-size: larger;
}

#yazi .kucuk
{
	font-size: smaller;
	font-style: italic;
	color: Gray;
}