<!-- dupe of 1column except for width of BODY -->

img                 { 
  margin-top :        5pt;
  margin-bottom :     5pt;
  margin-left :       5pt;
  margin-right :      9pt;
  border :            thin solid black;
                    } 
                      
body                { 
  color :             white;
  background-color :  black;
  font-family :       Arial, Helvetica, sans-serif;
  font-size :         12pt;
                    } 

                      
a                   { 
  color :             rgb(184,184,255);
  text-decoration :   none;
                    } 
                      
a:hover             { 
  background-color :  rgb(64,0,255);
  color :             rgb(224,224,255);
  text-decoration :   none;
                    } 
                      
.titlebig           {
  font-size :         24pt;
                    }

.titlemed           {
  font-size :         20pt;
                    }

.titlesml           {
  font-size :         16pt;
                    }

.menuheading        { 
  font-size :         7pt;
  color :             rgb(255,255,255);
  background-color :  rgb(24,60,96);
  margin-bottom :     4pt;
                    } 
                      
.content            { 
  padding-top :       10pt; 
  padding-bottom :    10pt; 
  padding-left :      5pt; 
  padding-right :     5pt; 
  color :             rgb(70,225,254);
  background-color :  rgb(0,32,96);
  border :            thick solid rgb(24,60,96);
  margin-top :        9pt;
  margin-right :      5pt;
  margin-left :       5pt;
  margin-bottom :     4pt;
                    } 
                      
.menu               { 
  width :             95pt;
  padding-top :       10pt; 
  padding-bottom :    10pt; 
  color :             black;
  background-color :  rgb(0,32,96);
  border :            thick solid rgb(0,24,64);
  margin-top :        9pt;
  margin-right :      2pt;
  margin-left :       2pt;
  margin-bottom :     4pt;
  text-align :        center;
  font-size :         9pt;
                    } 


.menuimage          { 
  width :             95pt;
  height :            95pt;
  color :             black;
  background-color :  rgb(0,32,96);
  border :            thick solid rgb(0,32,96);
  margin-top :        9pt;
  margin-right :      2pt;
  margin-left :       2pt;
  margin-bottom :     4pt;
  text-align :        center;
                    } 

.menuimage img      { 
  margin-top :        0pt;
  margin-bottom :     0pt;
  margin-left :       0pt;
  margin-right :      0pt;
  border :            thin solid black;
                    } 

.footer             { 
  text-align :        center;
  font-size :         7 pt;
                    } 

.innerframe1        { 
  margin-top :        3pt;
  margin-bottom :     3pt;
  padding :           8pt;
  background-color :  rgb(196,196,255);
  border :            thin solid rgb(0,32,96);
  font-weight :       bold;
                    } 

.innerframe2        { 
  margin-top :        3pt;
  margin-bottom :     3pt;
  padding :           8pt;
  background-color :  rgb(172,172,255);
  border :            thin solid rgb(16,64,128);
  font-weight :       bold;
                    } 

.innerframe3        { 
  margin-top :        3pt;
  margin-bottom :     3pt;
  padding :           8pt;
  background-color :  black;
  border :            none;
                    } 

.alignright         {
  text-align :        right;
                    }
