/* typography definitions */
.typography {
color: #3e87b1;
}
.typography h1 {
font-size: 1.3em; 
margin: 0.5em 0; 
font-weight: bold;
}
.typography p {
margin: 0.5em 0; 
line-height: 1.3em;
width:400px;
}
.typography address {
line-height:1.3em;
font-style: italic;
}
.typography td, .typography th {
padding: 0.5em;
vertical-align: top;
}
 .typography thead th {
 border-bottom: 0.5em solid #fff;
 }
 .typography thead th {
 text-align: center; 
 font-weight: bold; 
 background-color: #C8A458; 
 color: #fff;
 }
 .typography tbody th {
 text-align: left; 
 font-weight: bold; 
 background-color: #a6ccde;
 } 
  .typography td li {
  list-style: none; 
  border-bottom: 1px solid #a6ccde; 
  margin-bottom: 0.5em
  }

.typography a:link, .typography a:visited{text-decoration: underline;}
.typography a:hover, .typography a:active{text-decoration: underline;}
