
body {
	background-color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif
	font: black;
	font-size: medium;
	text-align: justify;
} 

table {
	border-color: red;
	border-style: 1px;
	text-align: center;
	}
	

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-color: black;
}
 
a:hover {
	font-size: medium;
	font-weight: normal;
	color: red;
}