/* FOR MENU.HTML */

body {
    background-color: #CCFFCC; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #335752; 
    margin: 50px, 70px ; 
    background-repeat: repeat
}
                            /* FOR TEXT HOVER COLOR CHANGE ON ALL LINKS IN BODY */
a:link    { color: #335752 }
a:visited { color: #335752 }
a:hover   { color: #8BBABA }
a:active  { color: #54928B }

h1 {
    padding-top: 1px; 
    padding-bottom: 1px ; 
    background-color: #B9DDD6 ; 
    border-color: #CCCC33 #CC9933; 
    border-width: thin; 
    font-family: "nadianne"; 
    border: thin outset; 
    text-align: center;
    color: #335752
}

h2 {
    padding-top: 5px; 
    padding-bottom: 3px; 
    background-color: #B9DDD6; 
    border-color: #99CC33 #996633; 
    border-width: thin; 
    font-family: "nadianne"; 
    border: thin inset; 
    text-align: center;
    color: #335752
}

blockquote {
    font-family: "Book Antiqua"; /* <blockquote cite="http:Website-Quoted.html"> */
    line-height: 14pt;           /* In HTML4 blockquote defines long quotation,  */
    font-weight: normal;         /* In HTML5 it specifies section quoted from    */
    font-variant: normal;        /* another source.</blockquote>                 */
    word-spacing: 2em;           /* [NOT SURE IF BEING USED] NOT SURE WHY THIS IS HERE   */
    text-align: center;          /* <cite> defines the title of a work and displays as italic          */
    color: #335752               /* I'M USING IT FOR 'Louis A. Cerbo, <cite>Luigi's Restaurant</cite>' */
}

table {
    font-family: "Book Antiqua"; 
    line-height: 11pt; 
    font-weight: normal; 
    font-variant: normal; 
    font-size: 10pt;
    word-spacing: 2em;
    text-align: left
}

.luigi {
    text-align: center; /* FOR RED MENU HEADINGS */
    font-family: "nadianne";
    font-size: 18pt;
    color: #B73122
}

.luigi2 {
    text-align: left; /* FOR MENU ITEMS */
    font-family: "nadianne";
    font-size: 16pt;
    color: #335752
}

.luigi3 {
    text-align: center; /* FOR CLOSE WINDOW MENU */
    font-family: "arial";
    font-size: 12pt;
    color: #335752
}

.luigi4 {
    text-align: center; /* FOR MENU SUB ITEMS */
    font-family: "arial";
    font-size: 12pt;
    color: #335752
}