body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #777B7C;
}
.smallerfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #777B7C;
	font-weight:lighter;
}
a:link {
	color: #777B7C;
	text-decoration: underline;
}
a:visited {
	color: #777B7C;
	text-decoration: underline;
}
a:hover {
	font-weight: bolder;
	color: #777B7C;
	text-decoration: underline overline;
}
a:active {
	color: #777B7C;
}

