.main{
  position : absolute;
  font-size : 11pt;
  width : 520px;
  left : 0px;
  
  
  padding : 15px;
  background-color : #ebffff;


  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  top : 0px;
  height : 100%;
}

BODY{
  color : #ff8040;
  background-color : #ffb428;

}
H1{
  font-size : 22pt;
  font-weight : bold;
  width : 280px;
}
a{
  color : #ff8000;
}
table{
  border : 1px solid #ff8040;
  border-collapse : collapse;

}

TH{
  border : 1px solid #ff8040;
  text-align : center;
  font-size : 9pt;
  font-weight : normal;
  background-color : #ffffe6;
}
TD{
  border : 1px solid #ff8040;
  text-align : left;
  font-size : 9pt;
  font-weight : normal;
}

p{
  text-indent : 1em;
}
hr{
  color : #ff8000;
  background-color : #ff8000;
  border : 1px solid #ff8040;
}
