/* This is my recipe css */
body { background-image: url("images/xgac_background.bmp"); 
       font: 10pt Verdana, Courier New, Arial, Times New Roman; 
       color: black;
       background-color: white; }

a:link {color:#0066ff} 
a:visited {color:#006600} 
a:hover {color:black} 
a:active {color:blue}
A:hover { color: #ff00ff; background-color: #0099ff; }
h1,h2 { color:mediumblue; }
h1 { font-style: bold; font-size: 36; }
h2 { font-size: 16pt; }
hr { color:mediumblue }
p { font-size:12pt; margin-left: 15px; text-indent: none } 
li { margin-bottom: 3px }

.banner  { border-width: 1px;
           border-style: solid;
           border-color:  red;
           cellspacing: 0;
           cellpadding: 0;
           background: white; }

.V10     { font-size: 9pt; }      /* not */
.V11     { font-size: 10pt; }     /* hours */
.V14     { font-size: 14pt;  }    /* not */
.V14B    { font-size: 14pt;       /* not  */
           color:#006600; }
.V12B    { font-size: 12pt;       /* headings */
           color:#006600; }      
.V8      { font-size: 8pt;   }     /* not */

.line { border-top: #0066ff 2px dashed; 
        margin-top:1px; }
.linewht { border-top: #ffffff 2px dashed; 
        margin-top:1px; }
.text { margin-top:6px; }
.services { border-width: 0px;      /* links on cnm page */
            border-style: solid;
            border-color: #ffffff;
            padding: 10pt;
            align: left;
            font-size: 10pt;}
.plan { border-width: 0px;           /* plan of salvation page */
        border-style: solid;
        border-color: #ffffff;
        padding: 10pt;
        align: left;
        font-size: 9pt;}
         
