body {
	background-color: #336666;
	margin-left: 10%;
	margin-top: 10%;
}

table, tdbody {
	border: outset;
	border-color: #cccc99;
}


th, ol, li, ul{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 10px;
	border-style: none;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 10px;
}

a {
	color: #cccc99;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bolder;
}

