.typography tt {
    font: 9pt Terminal;
}

.typography pre {
    font: 9pt Terminal;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

/* content2 typography */
/* .typography h1 {
    color: #67140c;
    font-size: 14pt;
} */
/* .typography h2 {
    color: #67140c;
    font-size: 14pt;
} */
.typography h3 {
    color: #67140c;
    font-size: 14pt;
}
.typography h4 {
    /*color: #fff;
    background-color: #67140c;*/
    font-size: 12pt;
}
.typography h5 {
    color: #f28e43;
    font-size: 12pt;
}
.typography h6 {
    color: #404040;
    font-size: 12pt;
}

.typography a {
    color: #ff6600;
    text-decoration: underline;
}

/* custom styles */



/* div#content h1 {
    color: #67140c;
} */
/* div#content h2 {
    color: #67140c;
} */

