
html {
 	background-color: #fff;
    	color: #00528C;
    	font-family: Arial, sans-serif;
}

table {
  	border: 4px solid #00528C;
}

th, td {
  	border: 2px solid #00528C;
	padding: 10px;
}

a:hover {
  	color: red;
  	background-color: transparent;
  	text-decoration: underline;
}

