.typography {
    font-family: Lucida, 'Lucida Grande', 'Trebuchet MS', Arial;
}
.typography a {
	color: #3e8ed2;
	text-decoration: none;
}
.typography p {
    padding-top: 0.8em;
    padding-bottom: 0.5em;
}
.typography li, .typography ul {
    margin-left: 1em;
}
.typography h1 a, .typography h2 a, .typography h3 a {
    color: #444;
}
.typography h1, .typography h2, .typography h3 {
    padding-bottom: 0.1em;
}
.typography h2 {
    color: #666;
}
/* images */
.image.left {
	float: left;
}
.image.right {
    float: right;
}
a:link.link, a:visited.link {
	color: #fff;
}
a:hover.link, a:hover.link {
    color: #fff;
}
a:link.section, a:visited.section, a:link.current, a:visited.current {
    color: #fff;
    font-weight: bold;
}
