body { 
    background-color: #FFF1A7; 
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
}

td { 
    padding: 0.5em; 
    margin: 0.5em;
}

td.teal { 
    background-color: teal; 
}

td.linkDiServizio { 
    background-color: teal; 
}

a { 
    text-decoration: none; 
    color: navy; 
}

a:hover { 
    text-decoration: underline;
    color: red;
}

div.pageTitle { 
    color: white; 
    font-weight: bold;
}

div.link { 
    margin-top: 0.3em; 
    margin-bottom: 0.3em; 
}

div.linkDiServizio { 
    margin-top: 0.7em; 
    margin-bottom: 0.7em; 
    padding-top: 0.5em; 
    padding-bottom: 0.5em; 
    font-size: 0.8em;
    font-weight: bold;
    background-color: white;
}

div.footer { 
    font-style: italic; 
    font-size: 0.8em;
    color: white; 
}

span.name { 
    font-weight: bold; 
}

span.email { 
    font-weight: bold; 
}

span.title, span.paperTitle { 
    font-weight: bold; 
}

p { 
    text-align: justify; 
    font-size: 1em; 
}

img {
    border-style: none;
}

ul { 
    list-style-image: url(icons/dotBlue14x14.gif); 
}

li {
    margin-top: 0.3em;
}

h2 {
    color: maroon;
    font-size: 1.5em;
}

h3 {
    color: maroon;
    font-size: 1.2em;
}