img.center
{ 
    display: block;
    margin: auto;
}

body
{
	font-size: 1rem; 
  	color: black;
}

h1, h2, h3, h4, h5, h6
{
	color: black;
}

.h2, h2
{
	font-size: 2rem; 
}

.h3, h3
{
	font-size: 1.6rem; 
}

#header
{
	font-size: 1rem;   	
}

#header a
{
	text-decoration: none;
  	color: black;
}

.notices.blue
{
    border: none;
    background: #fff2a8;
  	color: black;
}

a, a:visited
{
	color: #BF1722;
  	text-decoration: underline;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #BF1722!important;
}

.mobile-menu .button_container span
{
  	background: #BF1722;
}