h1 {
	color: #8C6173;  /* Replace this colour (text) */
}

hr {
	color: #8C6173; /* Change this to page colour */
}

/* These next four entries are about hyperlink colours*/
a:link {
	color: #006100; /*Normally  #0000ff; Bright Blue*/
}
a:visited {
	color: #006100; /*Normally #800080; Purple */
}
a:active {
	color: #006100; /* Normally #ff0000; Red */
}
a:hover {
	color: #333366; /* Normally #ff0000; Red */
}

thead {
	background-color: #8C6173; /* Change this to page colour */
	color: #fff;
}

td.aline {
	border-color: #8C6173; /* Change this to page colour */
}

