table {
	margin-left: auto;
	margin-right: auto;
	`width:80%;
	border: none;
	}
table th, td {
    padding-left: 1em;
	padding-right: 1em;
	line-height:2em;
   	border-bottom: solid #000 1px;
	}
table img {
  	margin: 0px;
  	border: none;
  	height: auto;
 	width: auto;
  	text-align: center;
    }
table a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #555;
	}
table a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #999;
	}
table a:hover, a:active { 
	text-decoration: none; 
	color: #555;
    border: 1px solid #ff3737;	
	} 	    
