.metin
{
	font-family : Verdana;
	font-size : 11px;
	color : Black ;
}

.menu
{
	font-family : Trebuchet MS ;
	font-size : 12px;
	color : #123456;
	text-decoration : none;
}

.menu:hover
{
	color : Maroon ;
	text-decoration : underline;
}


.ozel
{
	font-family : Tahoma MS ;
	font-size : 14px;
	color : navy;
	text-decoration : none;
	font-style:oblique;
}

.ozel:hover
{
	color : Maroon ;
	text-decoration : underline;
	font-style:normal;
}

.ozel2
{
	font-family : Tahoma MS ;
	font-size : 14px;
	color : navy;
	text-decoration : none;
	font-style:oblique;
}

.ozel2:hover
{
	color : Maroon ;
	text-decoration : underline;

}

.baslik
{
	font-family : Tahoma ;
	font-size : 14px;
	background-color :LightSlateGray;
	color :  Lavender  ;
}


body
{
	background-color :White;
	margin-top : 15;
	margin-bottom : 0;
}

.KenarCizgileri
{
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-COLLAPSE: collapse;
	border-color : Black ;
}

.SepetLink 
{
	color : "Blue";
	text-decoration : none;
}
.SepetLink:hover
{
	color : "Blue";
	text-decoration : underline;
}