
/* css1 style sheet by randall pruim */
/* first attempt at a style sheet -- july 1999 */

/* colors

	#963 = brown
	#96c = light purple 
	#c63 = light brown  
	#3c6 = lime green

*/

span.headerColor {
	color: #963;
	/* background: #fff; */
}

span.bigger {font-size: larger}
span.smaller {font-size: smaller}
span.indexbar {color: #963; background: #ffc;}
span.indexbar td {color: #963; background: #ffc;}

body {
	color: #000; 
	background: #fff; 
	font-family: sans-serif, arial, helvetica, verdana;
	}
td {
	color: #000; 
	/* background: #fff; */
	font-family: sans-serif, arial, helvetica, verdana;
	}

/*hr {text-align: center; margin-left: 25%; width: 50%; margin-right: 25%}*/

hr { 	color: #963;
	/* background: #fff; */
}


h1, h2, h3, h4{
	color: #963;
	/* background: #fff; */
}


h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #c63; 
	/* background: #fff; */
}

h1 {	 font-size: x-large;
}

h1 span.smaller{
	color: #000;
	/* background: #fff; */
	font-size: large;
}

h1 span.smallest{
	color: #000;
	/* background: #fff; */
	font-size: medium;
}

h2 {	font-size: large; 
	font-style: normal;
}

h2 span.smaller, h2 span.smallest{
	color: #000;
	/* background: #fff; */
	font-size: medium;
}

h3 { 	font-size: medium;
	font-style: normal;
} 

h3 span.smaller, h3 span.smallest{
	color: #000;
	/* background: #fff; */
}

h4 { 	font-size: medium;
	font-style: italic;
} 


a:link {
	/* background: #fff; */
	color: #c63; 

}

a:visited { 
	color = #963; /*  = brown */
	/* background: #fff; */
}

strong {
	color: #963;
	/* background: #fff; */
}	
	

