h1 {
	font-family: Times New Roman;
	font-size: 24 pt;
	text-align : center
   }
   
table {
	width : 100%
      }
      
th  {
	font-weight : bold;
	border-style : solid;
	border-bottom-color : 000000;
	border-right-style : none;
	border-left-style : none;
	border-top-style : none
	border-bottom-width : 3px;
	margin : none
    }
    
td  {
	text-align : center;
	vertical-align : center;
	border-style : solid;
	border-color : 000000;
	margin : none;
	border-width : 1px
    }

td a{
	color : cc0000;
	font-size : 14 pt;
	font-style : normal;
	text-decoration : none
    }