/* This stylesheet is included with the [media] attribute 
	= screen, so that NS4 will read it. All these styles 
	are later overridden and expanded by CSS2 stylesheets */

/**********************************************************
   Body, links
**********************************************************/
body { 
	background-color: #fff;
	font-weight: normal;
}

/**********************************************************
   Text presentation
**********************************************************/
h1 { 
	font-weight: bold;
	font-size: 1.6em;
	color: rgb(40,80,70);
}
h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: rgb(40,80,70);
}
h3 { 
	font-weight: bold;
	font-size: 1.2em;
	color: rgb(40,80,70);
}
h4 { 
	font-size: 1em;
	font-weight: bold;
	color: rgb(40,80,70);
}
p, ul, ol, li, dl, dt, dd { 
	font-size: 1em;
}
small {
	font-size: 0.85em;
}
table, caption {
  font-size: 1em;
  font-weight: normal;
}
a { color:#003333 }