/* CSS Document */

body {
background-color:#f2ebd0;
/* Mozilla e Firefox ignorano il tag seguente */
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F2EBD0', startColorstr='#FAF8CC', gradientType='0');
}

A:LINK {
text-decoration: none;
color: #2B65EC;
}

A:VISITED {
text-decoration: none;
color: Gray;
}

A:HOVER {
text-decoration: underline;
Color: #F87217;
}

.p {
font-size: 74%;
font-family: verdana, arial, helvetica, sans-serif;
line-height: 1.5
}

H1 { 
font-size: 200%; 
font-family: "Georgia,Times New Roman,Times,serif"; 
color: #C11B17; 
font-style: normal;
font-weight: bold; 
}

H2 { 
font-size: 140%; 
font-family: "Georgia,Times New Roman,Times,serif"; 
color: #C11B17;
font-style: normal;
font-weight: bold;  
}

H3 { 
font-size: 140%; 
font-family: "Georgia,Times New Roman,Times,serif"; 
color: #C11B17;
font-style: normal;
font-weight: bold; 
}

