/*
   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; }

