.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-attachment: fixed;
	background-image: url(img/muro.jpg);
	background-repeat: repeat-y;
	border: medium groove #999999;
}
body,td,th {
	color: #CCCCCC;
}
body {
	background-image: url();
	background-repeat: repeat;
	background-color: #666666;
}
.style1 {color: #333333}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #CC3300;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CC00FF;
}
-->