body {
	background-color: #7DAD77;
	color: %colour_bodytype%;
}

#header h1 {
	color: #A2A2A2;
}

#header h1 a:link {
	color: #A2A2A2;
}

#header h1 a:visited {
	color: #A2A2A2;
}

#header h1 a:hover {
	color: #919191;
}

#header h2 {
	color: #A2A2A2;
}

a:link, a:visited {
	color: #000099;
}

a:hover, a:active {
	color: #00007A;
}

#breadcrumb {
	color: #CCCC20;
}

#breadcrumb a:link {
	color: #FFFF28;
}

#breadcrumb a:visited {
	color: #FFFF28;
}

#breadcrumb a:hover {
	color: #FFFF30;
}

#sidebarContent {
	color: #003300;
}

#sidebarContent h3 {
	color: #003399;
}

#sidebarContainer {
	background-color: #FF9933;
}

blockquote {
	background: none;
	background-color: #BF000A;
}

html>body blockquote {
	background: #BF000A url(images/blockquote_point.png) no-repeat left bottom;
}

