p { text-align: justify; }

A:link { text-decoration: none; color: cyan; }
A:visited { text-decoration: none; color: orange; }
A:active { text-decoration: none; color: green; }
A:hover { text-decoration: none; color: red; }

table { border: 0px; 
        spacing: 0px;
        padding: 0px; 
        width: 95%; }
 .menu { width: 75%; }
 .incontext { width: 85%; }
 .picchoice { width: 30%; }

th { background-color: brown; }
th:hover { background-color: blue; }

h1.description {color: green;
                text-align: center;
                background-color:yellow;
                font:20pt bold; }