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

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 0.8em;
	color: black;
}

h1 { font-size: 2.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; text-decoration: underline; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

p { font-size: 1.1em; text-align: left;}

ul { font-size: 1.2em; }
