h1 {
	font-family: Georgia, "Times New Roman"}


 p {
	font-family: sans-serif;
  	}

br.all {
	clear: both;
	}
	
div#navbar {
	position: fixed; top: 100px; left: 0; width: 166px; height: 30px; font: 16px Verdana, sans-serif; z-index: 100;
}

div#navbar a {
	display: block; text-align: center; font: bold 1em sans-serif; 
	padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
	text-decoration: none; color: #ffffcc; background: #444444;
	border-right: 5px solid #505050;}
	div#navbar a:hover {color: #441111; background: #aaaaaa;
	border-right: 5px double white;}

div#navbar a span {display: none;}
div#navbar a:hover span {display: block;
	position: absolute; top: 280px; left: 0; width: 166px;
	padding: 5px 5px; margin: 0px; z-index: 100;
	color: #222222; background: #efefef;
	font: 14px Verdana, sans-serif; text-align: center;}

span#URH	{
	display: block; text-align: center; font: bold 1em sans-serif; 
	padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
	text-decoration: none;
	background: #eeeae4;
	color: maroon;
	}

body {
	color: black;
	background: #eeeae4;
	}

	
.content {
	margin-top: 0px;
	margin-right: 5%;
	padding-top: 10px;
	padding-left: 166px;
	}

.contentwide {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 166px;
	}

.content p {
	font-family: serif;
	}

.content a {
/* The color has benn changed to blue to distinguish it from the content: hover (maroon) */
	color: green;
	background-color: transparent;
	text-decoration: none;
	}
.content a:hover {
	color: maroon;
	background-color: #eee;
	text-decoration: underline overline;
	}

div#menu2 {
	border: 2px solid #eeee00;
	width: 30em;
	color: black;
	background: #eeee00;
	}

ul#menu2 {
	list-style: none;
	}

ul#menu2 li a {
	display: block;
	text-decoration: none;
	
	} 

.parahighlight {
	color: blue;
	font-weight: bold;
	}

/*indent1 is for the links page only*/
/*
.indent1 {
	margin-left:10px;
	}
*/
	
.contactcolour {
	color: #00aaaa;
	}
	

.licence{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
		}

/* causes the sites.html to have gaps between the tiles.
img	{
	margin: 4px;
	}
*/

address {
	color: #6666ff;
	}

/*Table stuff*/

table{
	border-collapse: collapse;
	font-size: 80%;
	}

table th{
	color: #000000;
	background: #f3d699;
	}


.species{
	width: 50%;
	}

.colcomments{
	width: 50%;
	}

.cellcolour {
	color: #000000;
	background-color:  #ddd9d3;
	}

blockquote{
	color: #c00;
	width: 10em;
	margin: 0;
	float: left;
	font-size: 125%;
	font-style: italic;
	}





