a:link
          {text-decoration: none;
           color: #000080;
           font-family: "times new roman";
           font-size: 16px;
          }
          
a:visited
          {text-decoration: none;
           color:#000080; font-family: "times new roman";
           font-size: 16px;
          }
          
a:hover   
          {
           text-decoration: underline;
           font-family: "times new roman";
           color: red;
           background-color: #dddddd;
          }
		  
.cntr {
		text-align: center;
}

.cntr a {
		font-size: 24px;
}

table
     	  {
		  background: #E8F3FF;
		  border-color: #66ccff;
		  width: 100%;
          border-collapse: collapse;
          border-color: #66ccff;
          border: 3px solid #66CCFF;
          border-width: 2px; 
          } 


td  
		  {
		  background: #DFEFFF
	      border-width: 1px;
		  border-style: solid;
		  border-color: #3DC9FE;
		  padding-left: 1px;
		  height: 50;
		  text-align: center;
		  font-family: serif;
          }

