BODY {
	background-color: #fff;
}

.blue
 { background-color: #255691;
 padding: 10px!important;
 width: 100%;
 }


P, UL, OL {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.intro {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

.footer {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.footer a:hover {
	color: #f59526;
}

.main {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.bodytext {
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.bodytextitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
A {
	color:#175AA4;
	text-decoration:none;
	font-weight: bold;
}
A:hover {
	color:#070C08;
	text-decoration:none;
}

.date {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

.date_footer {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
}

.date_footer a:hover{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
}

.titles {
	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	color: #fff;
	line-height:1em;
}

.titlesmall {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #fff;
}


.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.headersred {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.headersblue {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #0093f0;
	font-weight: bold;
	font-style: italic;
}

.copyright {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.headers1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.mark {
    background-color: yellow;
    color: black;
}

.shadow {
    box-shadow: 7px 7px 5px #c7c6c6;
}