/* This is my recipe css */
body { background-image: url("images/background.bmp"); font: 10pt Verdana, Courier New, Arial, Times New Roman; color: black;
background-color: #C18F52; }

a:link {color:white} 
a:visited {color:white} 
a:hover {color:black} 
a:active {color:blue}
A:hover { color: black; background-color: #990000; }

h1,h2 { color:black; }
h1 { font-style: bold; font-size: 36; }
h2 { font-size: 16pt; }
hr { color:#C18F52 }
p { font-size:12pt; margin-left: 15px; text-indent: none } 

.V4      { font-size: 1pt; }      /* blank space */                         
.V10     { font-size: 9pt; }      /* recipe text */
.V11     { font-size: 10pt; }     /* recipe source & ******* */
.V13T    { font-size: 18pt;       
           color:#330000; }       /* recipe title */
.V13O    { font-size: 14pt;       /* ingredients:  */
           color:darkorange; }
.V13B    { font-size: 14pt;       /* ingredients:  */
           color:#333333; }           
.V12     { font-size: 12pt;       /* list recipe group */
           color:darkorange; }      
.V8      { font-size: 8pt;   }     /* recipe list */

.banner  { border-width: 3px;
           border-style: solid;
           border-color: #C18F52;
           cellspacing: 0;
           cellpadding: 0;
           background: #99ccff; }           
.back  { border-width: 3px;
         border-style: solid;
         border-color: #C18F52;
         cellspacing: 0;
         cellpadding: 0;
         background: #C18F52; }          
.category  { border-width: 3px;
           border-style: solid;
           border-color: #C18F52;
           cellspacing: 0;
           cellpadding: 0;
           background: #99ccff; }  
.ratings { font-size: 8pt; }       /* **** */

.line  { border-top: #C18F52 1px dashed; 
         margin-top:1px; }
.liner { border-top: #990000 1px dashed; 
         margin-top:1px; }        
.text { margin-top:6px; }
.recipename  { border-width: 0px;
               border-style: solid;
               border-color: orange;
               font-size: 20pt;  
               color: darkorange; }
.ingredients { border-width: 0px;
               border-style: solid;
               border-color: #ffffff;
               padding: 10px;
               align: left;
               font-size: 9pt;}
.directions { border-width: 0px;
              border-style: solid;
              border-color: #ffffff;
              padding: 10px;
              align: left;
              font-size: 9pt; }
.notes { border-width: 0px;
         border-style: solid;
         border-color: #ffffff;
         padding: 5pt;
         align: left;
         font-size: 9pt; }              
ul { margin-top: 5px; 
     margin-bottom: 5px; 
     margin-left: 10; 
     padding-left: 10px }
li { margin-bottom: 2px }
