@media screen
{

  h1 
  {  
    text-align:center;
    font-variant: small-caps;
    border-bottom: thin solid;
    }

  h4
   { font-size: medium }

  .ref
  { font-style:italic; }

  .caption
  { text-align:center; }

  .definition 
  {
    display: block; 
    text-indent: -2em;
    margin: 2em;
    text-align: left;
    }
  .todefn
  { 
    font-style: bold; 
    font-variant: small-caps;
    }
  
  .defn
  {  }

  .cite
  {  vertical-align:25%;
    font-size:75%;}

  h6
  { 
    font-size: 75%;
    }

  body
  {
    background: white;
    color: #333;
    text-align: justify;
    font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    }

  div#page
  { 
    margin: 0 auto;
    width: 600px;
    height:100%;
    }

  div#content
  { 
    padding: 0;
    margin: 0;
    border: 0;
    color: #444;
    float: left;
    width: 420px;
    }

  div#map
  {
    position: fixed;
    padding: 2px 10px 10px 0;
    margin: 0 0 0 450px;
    font-size: 75%;
    height: 100%;
    }
  
  img 
  { 
    margin: 4px;
    }
  
  div.section
  { 
    display: block;
    }
  
  div#header
  { text-align: center;
    }

  div#footer
  { 
    font-size: 75%;
    text-align: center; 
    }
}