/* colour.css */
body {
  background-color: #fff;
}

h1,h2,h3,h4,h5,h6{color: #990000;}

a:link {	color: #006600; 	text-decoration: none;}
a:visited {	color: #006600; 	text-decoration: none;}
a:hover {	color: #990000; 
	text-decoration: none;}
a:active {	color: #990000; 	text-decoration: none;}