a {
	color: #5bb4e2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	text-align: center;
}

h2 {
	font-weight: bold;
	padding: 5px 0 5px 5px;
	text-align: left;
	font-size: 1.5em;
	border: 5px solid #5bb4e2;
	background-color: #5bb4e2;
	
}

h2 a {
	color: #e3f1fa;
	text-decoration: none;
}

h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	padding: 20px 0 0 0;
	text-align: justify;
}

.more-link{
float:right;
margin-top:15px;
padding: 5px;
margin-bottom: 15px;
font-family: "Arial Black";
background-color: #5bb4e2;
color: #e3f1fa;
}

em {
font-style: italic;
}