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

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
}

h1 {
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	color: #b0aeae;
	margin-bottom: 10px; 
}

h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
