body {
background-image:url(img/sfondo01.png);
background-color:#99cccc;
background-repeat: repeat-x;
margin: 0 0 0 0;
}

p,h1, td { 
font-family: "Trebuchet MS"; 
font-size: 12px;
color: #ffffff; 
letter-spacing: 2px; 
margin: 10px; 
line-height: 15px; 
margin-top: 7px;
text-align:justify;
}

b, strong { 
color: #ffffff; 
font-weight: bold;
}

.titolo, h2 {
	font:  16px georgia;
    font-weight: bold;
    font-style: italic;
	color: #99cccc;
	letter-spacing: 3px;
    text-align: left;
    text-decoration: none;
    border: 0px;
    padding:3px; 
    background-color: #ffffff;
    line-height: 4pt;
    margin-bottom: 5px;
    margin-top: 5px; }

.titolo:first-letter{
border-width: 0px;
text-align: left;
font-family: "Georgia", serif;
font-size: 18px;
font-style: italic;
font-weight: bold;
color: #ff6868;
letter-spacing: 5px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 5px;
}

a:link {
font: 12px "Trebuchet MS"; 
text-decoration: none; 
border-bottom: 1px dotted; 
color: #ffffff;
}

a:active {
text-decoration: none; 
border-bottom: 1px dotted; 
color: #ffffff;
}
 
a:visited {
text-decoration: none; 
border-bottom: 1px dotted; 
color: #ffffff;
}

a:hover {
text-decoration: none; 
border-bottom: 1px dotted; 
color: #ff6868;
}

input, textarea, option {
color: #ffffff; 
letter-spacing: 0px; 
border-color: #ffffff; 
border-width: thin; 
border-style: dotted; 
background-color:#99cccc; 
font: 12px "Trebuchet MS"; 
}

select {
color: #ffffff; 
letter-spacing: 0px; 
border-color: #ffffff; 
border-width: thin; 
border-style: dotted;
background-color:#99cccc; 
font: 12px "Trebuchet MS"; 
}

.footer { 
text-align: center; 
font: 9px "Trebuchet MS"; 
color: #ffffff;
}

.source {
background-image:url(img/sfondo.png);
	width: 240px;
	border-left: 8px solid #99cccc;
	border-right: 8px solid #99cccc;
	font: 10px "Trebuchet MS";
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 25px;
}

.img {
border: 5px solid #99cccc;
float:left;
margin-right:5px;
}