/* Epicurean css file */
body { background-color : #360000; }     
/* body { background-color : #480000; } */
/*body { background-color : #703030; }*/

A:link { color: #990000 }
A:visited { color: #660000 }
A:active { color: #E7F3FF } 

A.menu:link { color: #990000 }
A.menu:visited { color: #660000 }
A.menu:active { color: #E7F3FF } 
A.menu:hover { color: #0000F0; background : #F1FEEE; }

PRE { font-family : monospace; } 
HR { color: #128BFF; }
TABLE { margin: auto }
P {margin-top, margin-left, margin-right: 0px; margin-bottom: 10px; }

.b { font-weight: bold; }    
.center { text-align : center; }
.spacer { height : 20px; }

   
/* menu bar under logo */   
   .menu  {
   	font-size: 10px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }
/* h1 */
	 h1  {
   	font-size: 23px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    font-style: bold; 
    margin-bottom: 2px;
   }
   
/* h2 */
	 h2  {
   	font-size: 20px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    font-style: bold; 
    margin-bottom: 2px;
   }
/* sans-serif paragraph font for instructions, submit buttons, etc. */
	 .pp  {
   	font-size: 12px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* sans-serif paragraph font, bold */
   .ingredients  {
   	font-size: 12px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }
   
/* sans-serif paragraph font, bold */
   .ppb  {
   	font-size: 12px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* serif paragraph font for articles, reviews, etc. */   
   .pps  {
   	font-size: 12px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* serif paragraph font, italic */      
   .ppsi  {
   	font-size: 13px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: italic; 
   }

/* serif paragraph font, bold */      
   .ppsb  {
   	font-size: 14px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* sans-serif Section headers */   
   .sectn  {
   	font-size: 14px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* sans-serif Section headers, bold */    
   .sectnb  {
   	font-size: 12px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* serif Section headers, infrequently used */   
   .sectns {
   	font-size: 16px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* serif Section headers, bold, infrequently used */   
   .sectnsb  {
   	font-size: 16px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* large serif Headline, infrequently used, always with bgcolor="#E7F3FF" */   
   .headline  {
   	font-size: 28px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    color: #000099; 
   }

/* smaller serif Headline for page titles, section titles, article titles, generally used with bgcolor="#E7F3FF" */   
   .smlheadline  {
   	font-size: 22px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    color: #000099; 
   }

/* Book review title, Recipe Archives category */   
   .brtitle  {
   	font-size: 16px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* Book review subtitle, also used in the Links pages */   
   .brsub  {
   	font-size: 14px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
   }

/* Issue identifier for wine reviews only */   
   .issue  {
   	font-size: 16px;
   	font-weight: normal;
    font-style: italic; 
    font-family: Arial, sans-serif; 
    background-color: #F4F9FE;
    text-align: center
   }

/* serif Recipe Archive */   
   .recipe {
   	font-size: 18px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* serif Recipe Archive, bold */   
   .recipeb  {
   	font-size: 20px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }   
   
/* Copyright, legal disclaimers */   
   .updated  {
   	font-size: 11px;
   	font-weight: normal;
   	font-style: normal;
    font-family: Arial, sans-serif; 

   }
 

