/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   -- CSS EDIT POLICY --
   (1) Test using <http://jigsaw.w3.org/css-validator> to ensure OK
   (2) Send eMail to (barrd@users.sourceforge.net) if you edit this
   (3) Enter edits/bug reports in "Change Log" below 

   Change Log:

   - Removed TD spec as was conflicting with NS4.x (images) [barrd]
   - Added .normal as a default where no other spec covered [barrd]
   - Added <i> <ol> <pre> [barrd]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

a.button:link, a.button:visited {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
             color : #ffffff; 
  background-color : transparent; 
   text-decoration : none; 
}

a.button:hover {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
             color : #000000; 
  background-color : transparent; 
   text-decoration : none; 
}

a:link, a:visited {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
             color : #cc0066; 
  background-color : transparent; 
   text-decoration : none; 
}

a:hover {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
             color : #cc0066; 
  background-color : transparent; 
   text-decoration : underline; 
}

body, p, i, b, ul, ol {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
        text-align : justify; 
}

pre {
         font-size : 9px; 
       line-height : 12px; 
       font-family : mishawaka, courier, monospace; 
}

.normal {
         font-size : 10px; 
       line-height : 14px; 
       font-family : verdana, arial, helvetica, sans-serif;
}

.subheader {
              font : bold 14px arial, helvetica, sans-serif; 
       line-height : 18px; 
  background-color : transparent; 
}

.header {
              font : bold 24px arial, helvetica, sans-serif; 
       line-height : 24px; 
  background-color : transparent; 
}
