H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR { display: block }


B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

P {
	background: #FFFFFF;
	color: black;
	font-family: times,"new times", serif;
	font-weight: normal;
	margin-left: 3em;
	margin-right: 3em;
}

TD {
	color: black;
	font-family: times,"new times", serif;
}


H1, H2, H3, H4, H5, H6 {
	font-style: italic;
	color: darkslategray;
	font-weight: lighter;
	margin-top: 0; 
	margin-bottom: 0;
}

.linespace {
	line-height: 1.3;
}

.formhead {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: white;
}

.links {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.6;
}

A:link {color: brown}	/*unvisited links*/
A:visited {color: #333333}	/*visited links= gray*/
A:active {color: #FFFF00}	/*active links= yellow*/


