@import url("style.css");

body {
/*	background: rgb(215, 210, 167);*/
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid rgb(60, 50, 45);
}

div#header {
	background: rgb(60, 45, 36);
	border-top: rgb(50,40,30) 1px solid;
	border-bottom: rgb(50,40,30) 1px solid;
}

div.mainheading_follow {
	color: white;
}
div.mainheading {
	color: white;
}
div.subheading {
	color:  rgb(210, 220, 150);
}
div#contentcontainer {
	background: rgb(215, 210, 167);
}

div#header {
	color:  rgb(210, 220, 150);
}
div#header a {
	color: rgb(220, 105, 0);
}
span.highlight {
	color: rgb(240,240,240);
}