body {
	background-image: url(../grafica/bg_main.jpg); 
	background-repeat: repeat;
	background-attachment: fixed;
}

body, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
}

h1, h2 {
	color: #000033;
}

h3, h4, h5, h6 {
	color: #333333;
}

a {
  color: #0033FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	color: #6633FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}