@charset "UTF-8";
.base {
	background-repeat: repeat-y;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(lovemuseo/image/2.jpg);
	background-color: #FFFFFF;
}
.base .testo {
	position: relative;
	margin-right: 25px;
	margin-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.base .testo a:link {
	color: #ED1B24;
	text-decoration: none;
}
.base .testo a:visited {
	color: #ED1B24;
	text-decoration: none;
}
.base .testo a:hover {
	color: #ED1B24;
	text-decoration: underline;
}
.base .testo2 a:link {
	text-decoration: none;
	color: #333333;
}
.base .testo2 a:visited {
	color: #333333;
	text-decoration: none;
}
.base .testo2 a:hover {
	color: #EC1B23;
	text-decoration: underline;
}

