body {
	font-family: arial;
	background: rgb(81, 81, 81);
	color:#918D84;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-shadow:  0px 1px 0px black;
}

h1 {
	color:white;
	text-shadow:0 0 5px black;
}

h2 {
	color:#eee;
}

h3 {
	color:#ddd;
}

h4 {
	color:#ccc;
}
div.container_12 {
	background-color:#2E2E2E;
	background-image:url("../img/titleback.jpg");
	background-repeat:repeat-x;
}

.maintitle {
	color:black;
	font-size:34px;
	margin-top:0;
	text-shadow:0 1px 0px white,0 0 5px #ddd;
}

.highlight {
	color:#D9D4C6;
}

a {
	color:white;
	text-decoration: none;
}

