/* Time-stamp: <31 July 2005 09:35:07 PM CDT --  suvrit> */
/* This is my extra stylesheet */

BODY {	
  background: #faf0e6;
  color: black;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10pt;
}

a:hover {background-color: Aquamarine}
a:visited {color: purple}
a:link img, a:visited img {border-style: none}
a img {color: white} /* The only way to hide the border in NS 4.x */

H1 {
   color: black;
   font-weight: bold;
   background: #ffe4e1;
   font-size: 18pt;
}

H2 {
   color: black;
   font-weight: bold;
   font-size: 14pt;
   background: #bfaa88;
}

H3 {
   color: black;
   background: Wheat;
   font-weight: bold;
   font-size: 12pt;
}

TD {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background: Bisque;
}

TH {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12pt;
   background: #88ffbb;
}

P.justify { text-align: justify; }

