@charset "utf-8";
/* CSS Document */
body
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(2.jpg);
	background-repeat: repeat;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

.baslik a:link, .baslik a:visited
{
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
}

.baslik a:hover
{
	color: #5d8609;
}

.ortaMenu
{
	background-color: #000000;
	height: 55px;
	width: 950px;
	text-align: center;
}

.ortaMenu a:link, .ortaMenu a:visited
{
	color: #ffffff;
}

.ortaMenu a:hover
{
	color: #fff6d3;
	text-decoration: underline;
}
