body {
   background-color: White;
	margin: 10px 0px 0px 50px;
}
a {
	color: Maroon;
	font-weight: bold;
}

a:active {
	color: Black;
}

a:focus {
	
}

a:hover {
	color: Gray;
}

a:link {
	
}

a:visited {
	
}


table {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}


