a{
	color : blue;
  
  

  font-weight : normal;
}
a:hover{
	color : #ff0000;
}



div.ctable {
	text-align: center; 
}
div.ctable table {
	margin: auto;  text-align: left; 
}

BODY {
	text-align: center; 
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}
h1{
  font-size : 13pt;
  font-weight : bold;
  line-height : 150%;
  font-family : HGŠÛºÞ¼¯¸M-PRO;
  color : #535353;
}
h2{
  font-size : 13pt;
  font-weight : bold;
  line-height : 150%;
  font-family : HGŠÛºÞ¼¯¸M-PRO;
}

.custom-underline {
        text-decoration: underline;
        text-decoration-style: double;
        text-decoration-thickness: 1px;
        text-decoration-color:#cc0000
    
}