body {
    margin: 0;
    padding: 0;
    }
    
.tresc {
    margin-left: 50px; 
}
h2 { font-family: Trebuchet MS, Arial Black, sans-serif; font-weight: bold; color: black; 
    font-size: 19pt; border-bottom: 1px solid #999;}
    
.tresc p { text-indent: 1cm; }

.tresc A img { 
    border: 2px solid #999;
}
a { color: navy; font-weight: bold; }
a:HOVER { color: red; }

ul.menu { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 2em;
    font-family: sans-serif;
    border-top: 1px solid #999;
    }
ul.menu li {
    padding-top: 1.5em;
    border-bottom: 1px solid #999;
    padding-bottom: 1.5em;
}
ul.menu li:HOVER { background-color: #eee; }

.tresc ul li { padding: 0.5em; }