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

body { margin: 0; }

h1 { font-size: 2em; }
h2 { font-size: 1em; }
h3 { font-size: 0.7em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }
p, td{ font-size: 1.4em; }

/* 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% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
} /* 50% of 20px = 10px */

/* html>body { font-size: 10px ; } /* Overrides the above in all browsers except IE */

.error { 
	color: #900; 
	background: #FFD0D7;
}



