/*   G.P. style sheet for Arial sans-serif font
    Feb. 25, 2003 - R. A. Booty    */
body, td, th, p, ul, ol, div, li, dt, dd, a, i, b, br, center,blockquote, input, select, textarea, button, form {
/* iCab 2.9.1 needs more than just body... */
  font-family: arial, helvetica, sans-serif;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  font-family: arial, helvetica, sans-serif;
}pre , code , tt {
  font-family: courier, monospace;
}
a:link {
  color : #0000dd;
}
a:visited {
  color : #bb0000;
}
a:hover {
  color : #00bb00;
  text-decoration: none;
}
