@charset "utf-8";
/* CSS Document */

.typography {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.typography a {
	color: #414141;
	text-decoration: underline;
}

.typography a:hover {
	text-decoration: underline;
}

.typography h1, .typography h2, .typography h3, .typography h4 {
	padding: 0 0 10px 0;
}

.typography h1 {
	font-size: 18px;
}

.typography h3 {
	color: #0181c0;
}

.typography p {
	line-height: 20px;
}

.typography strong {
    color: #0181c0;
}