body {
	background-color: White;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dotted Silver;
	color: Gray;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted Silver;
	color: Gray;
}
a:active {
	text-decoration: none;
	border-bottom: 1px solid Silver;
	color: Gray;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid Silver;
	color: Black;
}
#top {
	background-color: Teal;
	height: 28px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#bottom {
	position: absolute;
	left: 10%;
	right: 10%;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: smaller;
	font-weight: normal;
	line-height: 20px;
	color: Silver;
}
.fontTop {
	font-family: arial, helvetica;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: Black;
}
