@charset "utf-8";
body {
	background-color: #DCE6EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.mainText {
	height: 315px;
	width: 615px;
	overflow: auto;
	margin-left: 25px;
	margin-top: 25px;
}
.botttomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link {
	color: #2C6439;
	text-decoration: underline;
}
a:visited {
	color: #638665;
}
a:hover {
	color: #3A6982;
}
a:active {
	color: #45B757;
}
.mainText td {
	vertical-align: top;
	font-size: small;
}
.mainprojects {
	font-size: x-small;
}

