body, td {
	color: rgb(15,105,5);
	background-color: rgb(230,253,219);
	font-family: arial;
	margin: 0px;
}

img {
	border: none;
}
h2 {
	text-align: center;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}

.tborder {
	background-color: rgb(230,253,219);
	border: 3px groove rgb(20,137,7); /*#148907*/
	padding: 4px;
}

.tbackground {
	background-color: rgb(139,214,126);
}
.tbody {
	background-color: rgb(230,253,219);
}

.navigation {
	background-color: #8CB9E7;
	color: #022052;
}