@charset "utf-8";

/* Body 
 ****************************/
body { font: normal 75% Georgia, "Times New Roman", Times, serif; color: #000; line-height: 2.0em; }

/* Headers
 ****************************/
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5, h6 { font-size: 1.0em; }

/* Links
 ****************************/
a { text-decoration: none; color: #000; }

/* Linked Images
 ****************************/
img { border: none; }

/* Hide Certain Divs
 ****************************/
#accessibility,
#nav,
#intro ul { display: none; }

/* Contact
 ****************************/
fieldset ul { margin: 0; padding: 0; }
  fieldset ul li { margin: 0 0 10px 0; padding: 0; list-style: none; }
    fieldset ul li label { float: left; display: block; width: 120px; }