body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

a:link,a:active,a:visited {
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover .menu{
	opacity:0.6;
    filter: alpha(opacity=60);
}


#icerik {
width: 800px;
margin: auto;
background: #FFFFFF;
border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #FF0000}


