/* --- style sheet for fp_webhm --- */
/* --- webhm.css --- */

/* --- set title size for headers --- */
   .title {text-align:center; vertical-align:middle; background:#8e6b23;
           font-size:60pt; font-family:"Bookman Old Style";}

/* --- set text, background, for article titles --- */
   .arttitle {text-align:left; background:#8e6b23; font-family:"Bookman Old Style";font-size:20px;}

/* --- set text, background, for large article titles --- */
   .lgtitle {text-align:left; background:#8e6b23; font-family:"Bookman Old Style";font-size:40px;}

/* --- set text, for article titles --- */
   .article {text-align:left; font-size:18px;}

/* --- set small text, for article titles --- */
   .smarticle {text-align:left; font-size:15px;}

/* --- set for italic text --- */
   .quotes {text-align:left; font-size:15px; font-style:italic;
            color:#9f95f;}

/* --- set size for reference markers --- */
   .marker {font-size:7px;}

/* --- set background, for articles --- */
   .colhighlight {background:#cfb53b;}

/* --- set page text color, background, and font --- */
   body {color:#000000; background:#a68064; font-size:5pt;
         font-family:""times new roman", Helvetica, sans-serif"} 

/* --- set a background to blue --- */
   .bluebg {background:#8e6b23;}

/* --- set the color for links --- */
   A:hover {color:#000000; background:#855e42; text-decoration:none;}
   A:link {color:#ffffff; background:#a68064; text-decoration:none;
           font-family:paddington; font-size:20px;}
   A:active {color:#ffffff; text-decoration:none;}
   A:visited{color:#ffffff;text-decoration:none;font-family:paddington;     
           font-size:20px;}

/* --- set text, background, size for headers --- */
   H5 {text-align:center; background:#8e6b23;}

/* --- Set look of calendar --- */
   .calset {font-size:10pt; background:#8e6b23;}

<! --- birthdays set to Khaki --- */
   .bday {font-color:#9f9f5f;}

   <! --- holidays set to  --- */
   .hday {color:#ffffff; background:#426F42}