/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* { font-family: Arial, Verdana, Helvetica, sans-serif;}

body { margin: 0; }

h1 { font-size: 2em; }
h2 { font-size: 2.4em;  font-family: "Century Gothic", Arial, Verdana, sans-serif; }
h3 { font-size: 0.7em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }
p, td, input, textarea { font-size: 1em; }

/* Set base font size to 10px in all browsers, while allowing text-sizing in IE */

html { font-size: 1.25em ; } /* Set base font size to 20px (= 1.25 x 16px) */
body { font: normal normal 50%/100% Arial, Verdana, Helvetica, sans-serif; } /* 50% of 20px = 10px */
/* html>body { font-size: 10px ; } /* Overrides the above in all browsers except IE */

#container{ font-size: 1.2em; line-height: 1.2em; } /* sets container base font size to something readable */
#container *{ line-height: 1em; }

