.typography h3
{
	color:#81caea;
	font-size:18px;
	font-weight:normal;

	padding:0px;
	margin:5px 0px 5px 0px;
}

.typography h3 a:link,
.typography h3 a:visited,
.typography h3 a:hover,
.typography h3 a:active,
.typography h3 a:focus {
	text-decoration: underline:;
	color:#81caea;
}

.typography  h2
{
	color:#5599b7;
	font-size:25px;
	font-weight:normal;

	padding:0px;
	margin:5px 0px 5px 0px;
}

.typography h2 a:link,
.typography h2 a:visited,
.typography h2 a:hover,
.typography h2 a:active,
.typography h2 a:focus{
	text-decoration: underline;
	color:#5599b7;
}


.typography p,
.typography {
	padding-bottom: 0.5em;
	color: #3E4054;
}

.typography strong {
	font-weight: bolder;
}

.typography a:link, 
.typography a:visited,
.typography a:hover,
.typography a:active,
.typography a:focus {
	text-decoration: underline;
	color: #5599b7;
}

.typography ul {
}

.typography li {
	list-style-type: disc;
	margin-left: 20px;
	
	padding-bottom: 0.5em;
}
