.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.navbar a:link {
	color: #000000;
	text-decoration: none;
}
.navbar a:visited {
	color: #000000;
	text-decoration: none;
}
.navbar a:hover {
	color: #009999;
	text-decoration: underline;
}
.navbar a:active {
	color: #000000;
	text-decoration: none;
}
.homelink {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.homelink a:link {
	color: #000000;
	text-decoration: none;
}
.homelink a:visited {
	color: #000000;
	text-decoration: none;
}
.homelink a:hover {
	color: #009999;
}
.homelink a:active {
	color: #000000;
	text-decoration: none;
}.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

