.body{
	background-repeat:repeat-y;
	background-position:center;	
	background-image:url(images/bg.jpg);
	margin:0px 0px 0px 0px;
	font-family:"Trebuchet MS";
}
.normal{
	font-size:12px;
}
.foto { 
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:#CCCCCC;
} 
.foto:hover {
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:gold;
}
.baslik{
	font-size:14px;
	font-family:"Trebuchet MS";
	color:#FF0000;
	font-style:italic;
}
.status{
	font-size:10px;
	font-family:"Trebuchet MS";
	color:#333333;
	font-style:italic;
}