.menuTables{margin-left: auto;   /* center the menu */
            margin-right: auto; 
            border: 5px solid Blue;   /* color of border around menu */
            background-color: CornSilk;  /* color for button without link
                                                       and outside of button */
            color: Red;  /* color of text of item without a link */
}
.menuButton {text-align: center;   /* menu item */
            background-color: Khaki;   /* color of  button */
            color: Blue:   /* color of button text */
            font-weight: bolder;  
            padding-right: 10px;   /* inside button space right */
            padding-left: 10px;   /* inside button space left*/
            height: 50px;  /* tall enough for tallest menu text.  */
            border: 2px solid Red;   /*button border*/
            cursor: pointer;
}