.anasayfa {
width: 150px;
height: 40px;
background: url(images/menu.jpg) top left no-repeat;
float: right
}
a.anasayfa {
display: block;
width: 150px;
height: 40px;
background: url(images/menu.jpg) top left no-repeat;
text-decoration: none;
}
a:hover.anasayfa {
background-position:0 -40px;
text-decoration: none;
}
body {
	background-image: url(images/ark.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style11 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
.style13 {
font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
}
.style14 {
	color: #CCCCCC;
	font-size: 14px;
}
.style15 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
#gallery {

		padding: 1px;

	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }