  header {
    min-height: 96px;
  }
  
  textarea {
    display: block;
    margin: 0.2em 1em;
  }
  
  a {
    text-decoration: none;
  }       
  
  h1 {
    font-size: 1.4em;
    text-transform: uppercase;
  }
  
  h2 {
    padding: 0.3em 0.1em;
    font-size: 1.1em;
    background: #EEE;
    border: 1px solid #CCC;
    clear: right;
  }
  
  h3 {
    margin-bottom: 0;
    font-size: 1em;
  }
        
  section {
    min-width: 700px;
  }
  
  p {
    margin-top: 0.4em;
    margin-bottom: 0.8em;
  }
  
  .sepirlogo {
    height: 0.65em; 
    padding-right: 0.1em;
  }
  
  .bar {
    text-decoration: overline;
  }
  
