body, td {color: black; font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 13px}
body {background-color: rgb(240, 240, 190)}
td {vertical-align: top}
h1 {color: red; font-size: 2em; font-weight: bold; text-align: center}
h2 {color: red; font-size: 1.8em; font-weight: bold; text-align: center}
h3 {font-size: 1.5em; font-weight: bold; text-align: center}
h4 {font-size: 1.2em; font-weight: bold}

A.menulink {
        display: block;
        width: 130px;
        text-align: center;
        text-decoration: none;
        color: black;
        background-color: red;
        border-style: solid;
        border-width: 2px;
        border-color: maroon;
 }
A.menulink:hover {
        color: silver;
        background-color: black;
        border-color: gray;
 }

#menu {
 position: absolute;
 top: 40px;
 width: 180px;
 }

#contenuto {
 position: absolute;
 left: 200px;
 right: 20px;
 top: 20px;
 }