﻿@charset "UTF-8";
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middlecenter.jpg);
}
.one #container {
	width: 170px;
	height: 84px;
}
.one #testa {
	background-image: url(../images/eventi/testa.jpg);
	height: 36px;
	width: 170px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
}

.one #corpo {
	background-image: url(../images/eventi/corpo.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: blink;
	font-size: 1.2em;
	line-height: 1.4em;
}
.one #piede {
	background-image: url(../images/eventi/piede.jpg);
	height: 7px;
	width: 170px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
}

a:link {
				color: #BB0000;
				text-decoration: blink;
				font: caption;
				font-family: "Times New Roman", Times, serif;
				font-size: x-large;
				letter-spacing: -0.5mm;
				font-variant: normal;
				vertical-align: middle;
				font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #993300;
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	color: #F8F8F8;
	font-weight: bold;
	}
	
a:active {
	text-decoration: underline;
	color: #222222;
	font-weight: bold;
	}	

