.typography {  }

.typography h1 { }
.typography h2 { }
.typography h3 { }
.typography h4 { }
.typography h5 { }
.typography h6 { }

.typography p { font-size: 12px; color: #666; }
.typography a { color: #f60; }
.typography a:hover { color: #39c; }

.typography img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
.typography img.left { float: left; margin: 1.5em 1.5em 1.5em 0; }

.typography ul {  }
.typography ul li {  }

.typography .grey { color: #a0a0a0; }
