div#header
{
	border-bottom: 12px solid #939494;
}

a
{
	color: #4f4f4f;
}

div#content h1#title
{
	color: #4f4f4f;
}

div.button
{
	background-color: #4f4f4f;
}

div.button:hover
{
	background-color: #4f4f4f;
}

div#notificationMessages
{
	background-color: #40b400;
	color: white;
}

div#flashMessages
{
	background-color: #40b400;
	color: white;
}

div#errorMessages
{
	background-color: #b44000;
	color: white;
}