/* research.css - an area specific style sheet */

H1 {
	color: #000000;
}

H2 {
	color: #cc0000;
}

H3, H4, H5 {
	color: #ff0000;
}

.path, A.path, A:visited.path, A:hover.path {
	color: #ff0000; /* should match title colour */
}

