@charset "utf-8";

a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;

	
    border: none;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	background-color: #999999;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
a.menu:hover, a.menu:active {
	text-decoration: underline;
	color: #000000;
	background-color: #CCCCCC;

}

 a.nav:link, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	background: none;
	border: none;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
 a.nav:hover, a.nav:active {
	text-decoration: underline;
	color: #990000;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	white-space: normal;
	font-weight: normal;
	text-decoration: none;
}

.dates {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: strong;
    color: #D34A41;
    white-space: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}


.navbar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #F9F9F9;
}
