body {
	background: #f0f0e0;
	margin-top: 0;
}
body, table td, a {
	font-family: Times New Roman;
	font-size: medium;
}
.menuLinks a:link {
	color: #006699;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px;
}
.menuLinks a:visited {
	color: #006699;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px;
}
.menuLinks a:hover {
	text-decoration: none;
}
.boldText {
	font-weight: bold;
}
p {
	text-indent: 30px;
}
.linkListBackground {
	border-radius: 30px;
	padding: 40px;
	padding-left: 60px;
	padding-right: 60px;
	background: #d0f8d8;
}
