/* body { background-color : #F9E5CC; } */
body { background-color : #360000; }

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: #128BFF; background : #F1FEEE; }

PRE { font-family : monospace; } 
HR { color: #990000; }
TABLE { margin: auto }
P {margin-top, margin-left, margin-right: 0px; margin-bottom: 10px; }
ul, li {
    list-style-type: none;
}

.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: 25px;
   	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: 13px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* sans-serif paragraph font, bold */
   .ppb  {
   	font-size: 13px;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }
/* sans-serif paragraph font, bold */
   .pp2  {
   	font-size: 11px;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
   }
/* serif paragraph font for articles, reviews, etc. */   
   .pps  {
   	font-size: 14px;
   	font-weight: normal;
    font-family: Arial, sans-serif;
    font-style: normal; 
   }

/* serif paragraph font, italic */      
   .ppsi  {
   	font-size: 12px;
   	font-weight: normal;
    font-family: Arial, sans-serif;
    font-style: italic; 
   }

/* serif Recipe Archive */   
   .recipe {
   	font-size: 15px;
   	font-weight: normal;
    font-family: Arial, sans-serif;
    font-style: normal; 
   }

/* serif Recipe Archive, bold */   
   .recipeb  {
   	font-size: 16px;
   	font-weight: bold;
    font-family: Arial, sans-serif;
   }  
   
/* Copyright, legal disclaimers */   
   .updated  {
   	font-size: 10px;
   	font-weight: normal;
   	font-style: normal;
    font-family: Arial, sans-serif; 
		text-align: center;
   }
/* indent */   
.indent { margin-left:20px;
   }

