/* Style sheet for Orgo main content pages - introduced 24 Mar 00 */

body {
	font-family: verdana,arial,geneva, sans-serif;
	font-size: 10pt;
	color: #000080;
	}

TABLE {

	}

TD {
	font-family: verdana,arial,geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 6pt;
	color: #008000;
	}

A:visited {
	color:#800000;
/*	text-decoration: none; */
	}
A:link 	{
	color: #008000;
/*	text-decoration: none; */
	} /* Can also be specified as just :link {color:white;} */
A:active {color:#00ffff;} /* not working at the moment in ie */

A:hover {color:yellow} /* Works on visited and non-visited links */
A:link:hover {background-color: blue} /* A more precise definition as later definitions override earlier ones - i.e. the order they are specified is important*/

H1, H2, H3 {
	font-family: "Arial Rounded MT bold", Arial, verdana, geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #008000;
	margin-top: 3px;
	margin-bottom: 2px;
	}
address {
	text-align: left;
	font-style: italic;
	}

.smallprint {
	font-size: 8pt;
	}
/* In a page if you do <p class=deadlink> then the rest of the paragraph is strike out */
.deadlink {
	text-decoration: line-through;
	}
