h1 {
	color: #3b2478;  /* Replace this colour (text) */
}

hr {
	color: #3b2478;
}

a:link {
	color: #3b2478;
}
a:visited {
	color: #3b2478;
}
a:active {
	color: #3b2478;
}
a:hover {
	color: #3b2478;
}

thead {
	background-color: #3b2478;
	color: #fff;
}

td.aline {
	border-color: #3b2478;
}

