/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}
body {
	background-color: #E2EBC0;
	background-image: url(../images/texture.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.countdown {
  background-color: #00A450;
  color: #ffffff; 
  font-size: 42px;
  font-weight: bold;
  margin: 0px;
  }
.countdownred {
  background-color: red;
  color: #ffffff; 
  font-size: 28px;
  font-weight: bold;
  margin: 0px;
  }

a.mail,
  a.mail:visited {
  color: #00A450;
  font-size: 12px;
  font-weight: bold;
}


a:link {
	color: #69614C; 
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #383931;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.Stile2 {color: #ADB491}
.Stile3 {font-size: 11px}
.Stile5 {font-size: 14px}
.Stile5red {font-size: 14px; color:red; }
.Stile18 {font-size: 18px}

h2 {font-size: 14px}
h3 {font-size: 14px}


a.nolink:link {
	text-decoration: none;
	font-weight: normal;
}
a.nolink:visited {
	text-decoration: none;
	font-weight: normal;
}
a.nolink:hover {
	text-decoration: none;
	font-weight: normal;
}
a.nolink:active {
	text-decoration: none;
	font-weight: normal;
}




/* VERTICAL MARQUEE */
#eventi {
 	width:500;
 	height:100px;
 	overflow:hidden;
}

#eventi div {
	padding:0 10px;
}

#eventi  p {
 	padding:10px 0;
 	margin:0;
}

#eventi a, #eventi em {
	display:block;
}

