.typography h1{
  color: #602851;
  font-size: 2em;
  margin-bottom: 10px;
}

.typography h2{
  color: #602851;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 10px;
}

.typography h3{
  color: #602851;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 5px;
}

.typography h4{
  color: #602851;
  font-size: 1.2em;
  margin-top: 10px;
}


.typography a{
  text-decoration:none;
  color: #a17e9e;
}

.typography a:hover{
  color: #959595;
}

.typography a.external{
  text-decoration:none;
  color: #a17e9e;
  background: url(../img/external_link_bgnd.gif) left no-repeat;
  padding-left: 10px;
}

.typography a.external:hover{
  color: #959595;
}

.typography h2 a{
  color: inherit;
}

.typography p{
  font-size: 1.2em;
  margin-top: 5px;
}

.typography p.intro{
  color: #a17e9e;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.typography ul{
  margin:15px 0 0 20px;
  list-style-image: url(../img/list_bgnd.gif);
}

.typography ul li{
  font-size:1.2em;
  margin-bottom:10px;
}

.typography ol {
	margin-left: 0;
	padding-left: 0;
}

.typography ol li{ 
	font-size:1.2em; 
	margin-bottom:10px; 
	margin-left: 2em;
	padding-left: 0;
	list-style-type:decimal; 
}

/*tables*/
.typography table{
  margin-top: 20px;
  width: 100%;
  border: 1px solid #dfd4dc;
  border-collapse:collapse;
}

.typography table th{
  background: #4c4c4c;
  color: #fff;
  font-size: 1.2em;
  border: 1px solid #dfd4dc;
  padding: 2px 2px 2px 4px;
}

.typography table td{
  border: 1px solid #dfd4dc;
  padding: 2px 2px 2px 4px;
  font-size: 1.1em;
}

.typography table td.oddline{
  background: #dfd4dc;
}