/*
// $RCSfile: typography.css,v $
// $Source: /cvs/postgradweb-live/typography.css,v $, $Revision: 1.3 $, $Date: 2007/02/26 04:56:34 $, $State: Exp $ 
*/
/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1em; color: #33569A; margin-bottom: 10px; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
