

/* Governs page background, and background of images using drop-shadows */
BODY {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
 background-image : url(sfondo.jpg);
 background-repeat : no-repeat ;
}

/* not currently used - has been replaced by <center> tags */
.mainbody {
 text-align: center;
}

/* main title */
H1 {
font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
font-weight : bold;
color: #006699;
font-size: 22px;
}

/* Back To Main Thumbnail Page */
.mainpage {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color: #000000;
font-size: 10px;
text-align: left;
}

/* link colors in the footer section */
A.footer, A:VISITED.footer {
font-size: 10px;
}

/* links */
A:LINK {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color:#006699;
font-weight : normal;
text-decoration : none;
}

/* visited links */
A:VISITED {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color: #006699;
font-weight : normal;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color: #c22b2b;
font-weight : normal;
text-decoration: underline;
}

/* mouseover-color of hyperlinks in the footer section */
A:HOVER.footer {
font-size: 10px;
color: #0033cc;
}

TD {
color: #006699;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-align: left;
line-height: 180%;
}

