body{
  text-align: left;
  background: white;
  font-family: verdana;
  font-size: 9pt;
  color: rgb(0, 0, 0);
}

.main{
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  padding: 2px;
  position: relative;
  width: 780px;
 }

hr{
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

h1{
  font-size: 18pt;
  font-family: verdana,arial,helvetica;
  text-align: center;
  color: rgb(0, 0, 0);
}

h2{
  font-family: verdana,arial,helvetica;
  font-size: 16pt;
  margin: 10px 0;
}

h3{
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  margin: 2px 0px 0px 2px;
  text-align: left;
}

.text{
  padding-left: 8px;
  font-size: 9pt;
  text-align: left;
}

.links{
  background: rgb(240, 240, 240);
  font-size: 10pt;
  width: 772px;
  margin: 0;
  padding: 0;
  text-align: right;
  color: black);
}

a{
  font-weight: bold;
  text-decoration: none;
  margin: 5px 2px;
  color: blue;
}

a:hover{
  text-decoration: underline;
  color: rgb(72, 121, 252);
}

a:active{
  background: rgb(0, 0, 0);
  color: rgb(72, 121, 252);
}

.pic{
  padding: 0 0 0 110px;
  margin: 10px 10px;
}
