.typography a {
	font-weight: bold;
	
	color: #ff0000;
}

	.typography a:hover {
		text-decoration: line-through;
	}
	
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-top: 0; margin-bottom: 10px;
}

.typography h1 {
	font-size: 190%;
}

.typography h2 {
	font-size: 170%;
}

.typography h3 {
	font-size: 150%;
}

.typography h4 {
	font-size: 120%;
}

.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a {
	color: #000000;
}

	.typography h1 a:hover,
	.typography h2 a:hover,
	.typography h3 a:hover,
	.typography h4 a:hover {
		text-decoration: none;
		
		color: #ff0000;
	}
	
.typography img.right {
    float: right;
}

.typography .linethrough {
    text-decoration: line-through;
}