.typography h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 3px dotted #999;
	color: #4D4D4D;
	padding: 0 0 0 10px;
	margin: 0 0 22px -10px;
}

.typography h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	color: #4D4D4D;
	padding: 7px 0 0 0;
	font-style: italic;
	font-weight: normal;
}

.typography h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	color: #4D4D4D;
	padding: 0 0 0 0;
	font-style: italic;
	font-weight: normal;
}

.typography h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #4D4D4D;
	padding: 0 0 0 0;
	font-style: italic;
	font-weight: normal;
}

.typography p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #4D4D4D;
	margin: 0 0 15px 0;
}

.typography a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #FF7F00;
	text-decoration: none;
}
.typography a:hover{
	text-decoration: underline;
}

.typography ul, .typography ol {
	margin:22px;
	
}
.typography li {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #4D4D4D;
}

.typography pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #4D4D4D;
	margin: 0 0 15px 0;
}
