body {
	margin: 10px 10px 10px 10px;
}

.aRegular {
    text-decoration: underline;
    color: black;
}


#div1
{
    z-index: 900;
    position: absolute;
    padding-top: 50px;
    padding-left: 10px;
    width: 85%
}

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #text11, #text12, #text13, #text14, #text15, #text16, #text17, #text18 {
    font-size: 8px;
    font-family: "Courier New", Courier, mono;
    color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
    z-index: 100;
    font-weight: bold;
    font-style: normal;
    text-decoration: none
}

hr {
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom-style: solid;
  border-bottom-color: black
}


