 
BODY{		
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 11pt;
}
H1{		
  
  
  font-size : 15pt;
  font-family : "MS UI Gothic",sans-serif;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  margin-top : 30px;
  border-left-width : 50px;
  border-left-color : gray;
  font-weight : bold;
  color : gray;
  padding-left : 10px;
  border-left-style : solid;
}
.copyright{		
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 10pt;
}
H2{		
  font-size : 12pt;
  font-family : sans-serif,"MS UI Gothic";
  font-weight : bold;
  
  margin-top : 30px;
  
  border-bottom-width : 1px;
  
  border-bottom-style : solid;
  
  border-bottom-color : silver;
  
  
  border-right-style : solid;
  border-right-color : silver;
  
  
  
  
  
  text-align : right;
  border-right-width : 30px;
  padding-right : 30px;
}
.item{		
  font-size : 14pt;
  font-family : "MS UI Gothic",sans-serif;
  font-weight : bold;
  text-decoration : underline;
  list-style-type : square;
}
H3{		
  font-size : 11pt;
  font-family : sans-serif,"MS UI Gothic";
  font-weight : bold;
  list-style-type : square;
  

  

  color : black;
}
H4{		
  font-size : 14pt;
  font-family : sans-serif,"MS UI Gothic";
  font-weight : bold;
  text-decoration : underline;
}

A:link{
		color : blue;
}
A:visited{
		color : olive;
}
A:hover{
		background-color:yellow;
}