body
{
	font-size: 100.01%;
	color: lightcyan;
	font-family: Verdana, Arial;
	background-color: seashell;
}
.text
{
	font-family: Verdana, Arial;
	font-size: small;
	color: dimgray;
}
.heading
{
	font-size: small;
	color: black;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: dimgray;
}
.navigation
{
	border-right: #bbbbbb 1px dashed;
	color: black;
	background-color: gainsboro;
}
.navbutton
{
	font-weight: normal;
	color: dimgray;
	background-color: transparent;
	text-decoration: none;
}
