/* CSS Document */

body {
	background-image: url(immagini/sfondo.jpg);
}

a{
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:link{
	color: #990000;
	text-decoration: none;
}

a:visited{
	color: #990000;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h6{
	color: #990000;
	font-weight: bold;
	
	font-size: 16px;
	text-align: center;	
}

p{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
P#Stile1 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}


p#Stile3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
p#Stile4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
ul#Stile1 {
	font-weight: bold;
	color: #990000;
}

