div {
   position:absolute;
   left:0px;
   top:0px;
}

div.one {
   left:0px;
   top:0px;
}

div.two {
   left:0px;
   top:160px;
}

div.three {
   left:15px;
   top:165px;
}

div.four {
   left:15px;
   top:255px;
}

div.five {
   left:15px;
   top:345px;
}

div.six {
   left:15px;
   top:435px;
}

div.seven {
   left:15px;
   top:525px;
}

div.eight {
   left:15px;
   top:615px;
}

div.nine {
   left:15px;
   top:705px;
}

div.ten {
   left:15px;
   top:795px;
}

div.eleven {
   left:5px;
   top:885px;
}

div.twelve {
   left:360px;
   top:165px;
}

div.thirteen {
   left:340px;
   top:245px;
}

div.fourteen {
   left:610px;
   top:245px;
}

div.text {
   position:relative;
   width:1030px;
   height:800px;
   left:120px;
   top:320px;
   text-align:left;
   font-size:14pt;
   color:black;
   text-decoration:none;
}

div.table1 {
   position:absolute;
   width:450px;
   height:900px;
   left:125px;
   right:500px;
   top:520px;
   text-align:left;
   font-size:12pt;
   color:black;
   text-decoration:none;
}

div.table2 {
   position:absolute;
   width:450px;
   height:900px;
   left:600px;
   right:1050px;
   top:520px;
   font-size:12pt;
   color:black;
   text-decoration:none;
}

div.table3 {
   position:absolute;
   width:450px;
   height:900px;
   left:400px;
   right:1050px;
   top:360px;
   text-align:center;
   font-size:12pt;
   color:black;
   text-decoration:none;
}

div.table4 {
   position:absolute;
   width:450px;
   height:900px;
   left:125px;
   right:500px;
   top:540px;
   text-align:left;
   font-size:12pt;
   color:black;
   text-decoration:none;
}

div.table5 {
   position:absolute;
   width:450px;
   height:900px;
   left:600px;
   right:1050px;
   top:540px;
   font-size:12pt;
   color:black;
   text-decoration:none;
}

table {
   margin-left:0px;
   margin-right:5px;
}

div.bold {
   font-size:14pt Verdana;
   font-weight:bold;
   position:relative;
   left:15px;
   top:165px;
   text-align:center;
   color:black;
   line-height:14pt;
}


h1 {
   font:24pt Verdana;
   color:black;
   font-weight:bold;
   text-align:center;
   line-height:30pt;
}

h2 {
   font:16pt;
   color:hotpink;
}

ol {
   font:12pt Verdana;
   color:red;
   line-height:16pt;
   text-align:justify
}

a {
   text-decoration:underline;
}

a:link {
   color:blue;
}

a:visited {
   color:red;
}

a:active {
   color:orange;
}

a:hover {
   color:indigo;
}   
   
