html,body{
	margin:0;
	padding:0;
}
.header {
	background-image: url("images/bodyBg.gif");
	height: 150px;
}
.block {
	float: right;
	position: relative;
}
h1 {
	color: #808080;
	font-family: sans-serif;
	font-size: 28px;
}
h1.manu{
	text-align: center;
}
.festivita {
	float: left;
	position: relative;
}
.center {
	text-align: center;
	left: 300px;
}
b {
	color: #CC0000;
	font-size: 18px;
}
a{
	color: #939393;
	font-weight: bold;
	text-decoration: none;
}
a.link {
	color: #939393;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #b6b6b6;
}
span {
	float: left;
	position: relative;
	top: 130px;
	color: #808080;
	font-family: serif;
	font-size: 11px;
}

