/**
 * TYPOGRAPHY STYLES
 */
 
.typography p * {
} 

.typography p {
  margin: 3px 0 6px 0;
  color: #444;
}

.typography h1 {
  color: #609;
  font-size: 20px;
  margin: 3px 0 9px 0;
}

.typography a {
  font-size: 12px;
  color: #609;
  text-decoration: none;
}

.typography a:hover {
  color: #609;
  text-decoration: underline;
}

.typography ul {
  padding: 0 40px 0 15px;
}

.typography ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.typography ol {
  padding: 0 40px 0 20px;
}

.typography ol li {
  list-style-type: decimal;
  list-style-position: outside;
}