BODY{
  font-size : 12px;
	line-height : 15px;
  background-color: #ede7e0;
}
TD {
  font-size : 12px;
	line-height : 15px;
}
H1.title{
  font-size: 12pt;
  padding-left: 10;
  border-bottom: 2 solid crimson 
;
}
TD.subtitle{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  background-color : white;
  font-weight : bold;
  text-align : center;
}
.midasi{
  font-size: 10pt;
  padding-top: 10;
  padding-bottom: 10;
  padding-left: 10;
  padding-right: 10;
  border-top: 2 solid crimson ;
  border-bottom: 2 solid crimson ;
  border-left: 10 solid crimson ;
  border-right: 10 solid crimson ;
}
.midasi2{
  font-size:  9pt;
  border-left: 10 solid crimson
;
}
A{
  color:#5041ba;
/*  color:black; */
  text-decoration: none;
}
A:VISITED{
  color:crimson;
  text-decoration: none;
}
A:HOVER{
  color : #df2b1c;
  font-weight : normal;
  text-decoration : underline;
}
A:ACTIVE{
  color: #6666FF;
  text-decoration: none;
}
