
table {
	
	width: 100%;
	
  }
  
  th, td {
	color: rgb(90, 90, 114);
    margin: 4px;
    padding: 7px;
	border: 3.7px solid rgb(0, 0, 0);
	font-size:11.5pt;
	color: inherit;
	text-align: center;
	border-radius: 12px;
  }
  
  tr:nth-child(even) {
	background-color: #898aaa
  }

  td a:link {text-decoration: none;
	color: #000;}
	
	td a:visited {	color:#000; 
		text-decoration: none;
		color: inherit;	}

		td a:hover {	
			text-decoration: underline;
			color: rgb(12, 12, 12);
			color: inherit;
			font-size:12.1pt;
		}
		
img {
    padding-left: 45px;
}		
	  
	   

