body {
	/*background-color: rgb(205,205,205);*/
	/*color: rgb(51,51,51);*/
	color: black;
}

.container {
	background-color: rgb(255,255,255);
}
div#logo {
	font-family: Calibri, sans-serif;
}

.huffman-blue {
	color: rgb(0,118,205);
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.menu-link {
	text-decoration: none;
	background-color: rgb(51,51,51);
	color: white;
	font-size: 1.4em;
}

a:hover {
	color: rgb(204,153,0);
}

.tan {
/*	background-color: rgb(255,246,215);*/
	background-color: rgb(255,255,230);
}

.orange {
	color: rgb(246,143,30);
}

.black {
	color: black;
}

.underline {
	text-decoration: underline;
}
