/* stylesheet for Hirsh-Kummerow pages */

body {
	font: 90% arial,helvetica,sans-serif;
	background-color:#CCCCFF
	}

/* ******* default link colours ******* */

a:link {
	color: #2c3156; 
	background-color: transparent;
	}

a:visited {
	color: #004000; 
	background-color: transparent;
	}

a:hover {color: #3b853b; 
	background-color: transparent;
	}

a img { 
	background: none; 
	}


/* ******** heading styles ******* */	

h1 {
/*	font-family: times-new-roman,times,serif;  */
	font-size: 1.7em;
	color: #2C3156; 
	background-color: transparent;
/*	font-style: italic;  */
	text-align: center; 
	height: 30px;
	padding: 0; 
	margin-top:0px;
	}
	
/* font size is relative to 250% */
/* relative pos creates subscript effect */
h1 span {
	font-size: 60%;
	color: #2C3156; 
	background-color: transparent;
/*	position: relative;  */
	top: 1em;
	}

h2 {
	font-size: 1.2em;
	color: #2C3156;
	background-color: transparent;
	}

h3 {
	font-size: 1.0em;
	}

table {
	background-color: #D7E4DA;
	}

td {
	font-size: 0.9em;
/*	color: #2C3156; */
	background-color: transparent;
	}
/*
a, a:link {
	font-style: normal;
	color: #2C3156;
	background-color: transparent;
	}

a:visited {
	font-style: normal;
	color: #004000;
	background-color: transparent;
	}
*/

