<style type = "text/css">
  ol{}
  body {
    background-color: #B0B0B0;
    color: black;
  }
  a:link {color: #4433ff}
  a:visited {color: #CC00FF}
  a:active {color: #CC00FF}
  a:hover {color: #dd4433}

  p { text-align: justify }
  
  p.header {
    font-size: 16pt;
    text-align: center;
  }
  
  table {
	cellSpacing: 1;
	cellpadding: 3;
  }
  
  img {
    border: none;
  }
</style>