.menu { width: 20%;
        vertical-align: top; 
        padding: 1em; 
        background: #f0ffff; 
        }
.menuheading { font-style: italic; 
               font-weight: bold; 
               }
.menuitem { font-style: normal; 
            font-weight: normal; 
            }
.included { vertical-align: top; 
            padding: 1em; 
            background: #f7ffff; 
            }
font.base { font-family: Arial, Helvetica; 
            font-style: normal; 
            color: black;
            }
body { background: #ffffff;
       }
