/* for info see http://www.w3.org/MarkUp/Guide/Style */

<style type="text/css">

  /* Set Preformatted Text To Monospace (Because Of BugIn Some Browsers) */
  pre { font-family: monospace; }

  /* Set Text Font/Style */
  body { 
    margin-left:  10%;
    margin-right: 10%;
    font-family:  10 pt Verdana, sans-serif; 
    color:        #003399;
    text-align:   justify;
  }

  /* Set Table Text Font/Style */
  body.tableHead {
    font-family:  9 pt Verdana, sans-serif; 
    font-weight:  bold;
    text-align:   center;
  }

  body.table {
    font-family:  9 pt Verdana, sans-serif; 
    text-align:   left;
  }

  /* Set Alert Text Font/Style */
  body.alert {
    font-family:  7 pt Verdana, sans-serif;
    color:        #003399;
    text-align:   justify;
    margin-left:  5px;
    margin-right: 5px;
  }

  /* Set Headers Font/Style */
  h1 { 
    margin-left:  -8%;
    font-family:  12 pt Verdana, sans-serif; 
    color: 	  #003399;
    font-weight:  bold;
    text-align:   left;
    line-height:  1;
  }

  h2 { 
    margin-left:  -4%;
    font-family:  11 pt Verdana, sans-serif; 
    color: 	  #003399;
    font-weight:  bold;
    text-align:   left;
    line-height:  1;
  }

  h3, h4, h5, h6 {
    margin-left:  -2%;
    font-family:  10 pt Verdana, sans-serif; 
    color: 	  #003399;
    font-weight:  bold;
    text-align:   left;
    line-height:  1;
  }

  /* Set Link Colours */
  :link { color: navy }  /* for unvisited links */
  :visited { color: gray } /* for visited links */
  :active { color: navy } /* when link is clicked */
  :hover { color: silver } /* when mouse is over link */
  a { text-decoration: none }


</style>
