/* Maso's style sheet css file, updated Dec 2006 */
/* Palette: Red #FF0000; Maroon #930303; Cornflower #086EFA; Navy #053D8B; Pale blue #E5F0FF; Gold #FCDC04;  */
    
body { background-color: #FFFFFF; color: #333333; margin: 0px; padding: 0px; }

a:link { color: #C20404 }
a:visited { color: #053D8B }
a:active { color: #FF0000 } 
a:hover { color: #FF0000; background: #FFFFF; }

a.menu:link { color: #086EFA }
a.menu:visited { color: #053D8B }
a.menu:active { color: #086EFA } 
a.menu:hover { color: #086EFA; background: #E5F0FF; text-decoration: underline; }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; line-height: 18px; }
pre { font-family: monospace; font-size: 12px; } 
b { font-weight: bold; }
ul { border: 0px; margin-top: 0px; list-style-type: disc; }
ol { border: 0px; margin-top: 0px; list-style-type: 1; }
p { margin-left: 20px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; }

  .menu  { font-size: 10px; font-weight: normal; font-style: normal; text-decoration: none; white-space: nowrap; }

/* Gasoline price */  
  .gasprice { font-size: 16px; font-weight: bold; font-style: normal;  font-family: Courier, monospace; background-color: #FCDC04;
  }
 
 /* Superscript 9 in the gas price */ 
  .gasprice2 { font-size: 11px; font-weight: bold; font-style: normal;  font-family: Courier, monospace; background-color: #FCDC04; }
  
  .section  { font-size: 15px; font-weight: bold; font-style: normal;  font-family: Arial, Helvetica, sans-serif; }
   
  .updated  { font-size: 9px; font-weight: normal; font-style: normal; text-align: center; }

/* Horizontal rule */
  .hrule { border-color: #C20404; border-width: 1px; border-style: solid; border-left-width: 0px;
  border-right-width: 0px; border-top-width: 0px; border-bottom-width: 1px; }      

/* Vertical rule */
  .vrule { border-color: #C20404; border-width: 1px; border-style: solid; border-left-width: 1px;
  border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; }  
  
/* Coupon border, dashed */  
.cborder { border-color: #000000; border-width: 1px; border-style: dashed; border-left-width: 3px;
  border-right-width: 3px; border-top-width: 3px; border-bottom-width: 3px; }    