* {
	font-family: sans-serif;
}
.style1 {font-size: x-small}
body {
        background-attachment: fixed;
        background-image: url(http://www.shalom.re.it/img/bg4.jpg);
        background-position: center;
        background-repeat: no-repeat;
}
p.msg {
	text-align: center;
}
p.votd {
	border: medium ridge Olive;
	margin: auto;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	background: Silver;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-left: 30%;
	margin-right: 30%;
}
a {
	color: #224375;
}
a:hover {
	color: #224375;
	text-decoration: underline;
}
a:visited {
	color: #224375;
}
a:visited:hover {
	color: #224375;
	text-decoration: underline;
}
a img {
	border: 0;
}

