body {
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, html {
	height: 100%;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

object, embed {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover, a:active {
	color: #003300;
	text-decoration: underline;
}


.menu {
	color: #cccccc;
	font-size: 12px;
	
}
	.menu a:link, .menu a:visited {
		color: #006600;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color: #FF3300;
		text-decoration: underline;
	}
	
h1 {
	padding: 0 10px 10px 10px;
	margin: 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c3aa00;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 10px;
}
