@charset "iso-8859-2";
body {
	color: #FFFFFF;
	background-color: #c9c9b1;
	margin:0px;
	padding:0px;
	font: 11px/1.3em Verdana;
	color: #f0eedf;
	font-style:normal;
	font-weight:normal;
}

.top {
background-image:url(images/top.jpg);
background-position:center;
width:738px;
height:294px;
}

.fresh {
	background-color:#9c9a69;
	border-color:#ffffff;
	border-style:solid;
	border-width:7px;
	text-align: center;
	margin-top:25px;
	margin-bottom:25px;
	
}

a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #C3BB1F;
}
a:active {
	text-decoration: none;
	color: #C3BB1F;
}