/* -- Colours ---------------------------------------------------------------  */
/* -- Violet scheme p. 61 */
.colour1 {
	color: #3e0071;
}
.t1Tint {
	background-color: #f1f8ff;
}
.t2Tint {
	background-color: #e7f2ff;
}
.t3Tint {
	background-color: #f1f8ff;
}
.t4Tint {
	background-color: #e7f2ff;
}
/* -- redefine colors for layout */
#Page {
	border-bottom: 10px solid #3e0071;
}
/* -- redefine colors for typography */
h1, h2, h3, h4, h5, h6 {
	color: #3e0071;
}
/* -- redefine colors for directory buttons */
#directoryButton li {
	background-color: #3E0071; 
}
#directoryButton li.current a, #directoryButton li.current a:link, #directoryButton li.current a:visited, #directoryButton li.current a:active, #directoryButton li.current a:hover
{
	background-color: #3E0071; 
}