BODY {
    width:100%;
    background: #FFFFFF;
    padding:0;
    margin:1px;
    color:#000000;
    text-align:center;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li { color:#000000; }

H1 {                        /* Per il TITOLO */
    font-weight:lighter;
    font-family:Times,Serif;
    font-size:24px;
}

H2 {                        /* Per il RECENSORE */
    font-weight:lighter;
    font-family:verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
}

H3 {                        /* Per il SOMMARIO */
    font-weight:lighter;
    font-family:verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    letter-spacing:4px;
    text-align:center;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding-top:8px;
    padding-bottom:10px;
}

H4 {                       /* Per i RIMANDI INTERNI */
    font-family:verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
    background-color:#EEE;
    padding-left:2px;
    padding-top:2px;
    line-height:20px;
    border-top:1px solid #EFF;
    border-left:1px solid #EFF;
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
    padding-left:3px;
}

H5 {                       /* Per articolazioni interne della recensione */
    font-weight:bold;
    font-family:verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    text-align:left;

    border-bottom:1px solid #CCC;
    padding-top:8px;
    padding-bottom:10px;
}

H6 {                       /* Per  il RIMANDO alla home page */
    font-weight:lighter;
    font-family:verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:center;
    line-height:24px;
    padding-top:10px;
    border-top: 2px solid #CCC;
    margin-bottom:0;
}

P,UL,LI,td {
    font-size:13px;
    font-family:verdana,Arial,Helvetica,sans-serif;
    line-height:14px;
}

a:link { color:#03C; text-decoration:underline; }
a:visited { color:#800000; text-decoration:underline; }
a:hover { color:#000; text-decoration:underline; }
a:active { color:#03C; text-decoration:underline; }

b { font-weight:bold; }

.intestazione {
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.intestazione p {
    color:#ffc000;
    background-color:#ffc000;
    line-height:16px;
    margin:0;
    text-align:center;
    border:none;
    font-size:11px;
}

.intestazione hr { display:none }

.testata {
    height:110px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    border-bottom:2px solid #CCC;
    clear:both;
}

.contenuti {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    clear:both;
}

table {
    background-color:#EEE;
    margin:10px auto 10px auto;
    border:2px solid #000000;
    border-collapse:collapse;
	padding:1px;
}
tr {
    background-color:#EEE;
}

th {
    padding:0 2px 0 2px;
    font-family:Times New Roman, Times, serif;
    font-size:17px;
    color:#000000;
    background-color:#ffcc33;
    border-top:1px solid #000000;
    border-right:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:3px double #000000;
}

td {
    padding:2px 3px 2px 3px;
    border:1px solid #000000;
    text-align:left;
}

tr.grigio {
    background-color:#EEE;
}

td.titolo {
    font-style:normal;
}


