body{ 
  color: #000000;
  background: #ffffff;
  margin: 1px 3px 1px 3px;
  padding: 0;
  }
body, h1, h2, h3, h4, h5, h6, th, dt, p, a, font, code, pre{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  } 
em{ 
  font-style: italic;
  }
strong{ 
  font-style: italic;
  font-weight: bold;
  }
img{
  border: none;
  }
a{ 
  text-decoration: none;
  font-weight: bold;
  color: #000099;
  }
a:visited{ 
  color: #000099;
  }
a:hover{ 
  text-decoration: none;
  color: #ffcc00;
  }
a.offsite{ 
  text-decoration: none;
  font-weight: normal;
  }
  
/*Fixed Font Size: */

body{ 
  font-size: 12px;
  } 
h1{ 
  font-size: 18px; 
  }
h2{ 
  font-size: 17px;
  }
h3{ 
  font-size: 16px;
  }
h4{ 
  font-size: 15px;
  }
h5{ 
  font-size: 14px;
  }
h6{ 
  font-size: 13px;
  }
p, ul, td, table, th, tr, li { 
   font-size: 12px; 
  } 
  
  /* Relative Font Size: */

    /*
body{ 
   font-size:        100.01%;  
  } 
h1{ 
  font-size: 1.6em; 
  }
h2{ 
  font-size: 1.5em; 
  }
h3{ 
  font-size: 1.4em; 
  }
h4{ 
  font-size: 1.3em; 
  }
h5{ 
  font-size: 1.2em; 
  }
h6{ 
  font-size: 1.1em; 
  }
 */
