body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #F1EBDC;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	background-color: #7C8B76;
	color: #FFFFFF;

}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #747A89;
}

a:link {
	font-weight: bold;
	color: #780707;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #D02F37;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #76450A;
	text-decoration: none;
}
.navbar {
	font-size: 10px;
	text-align: center;
}
