/* CSS Document */

.underline {	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap;
}
a:link {
	color: #66FFCC;
	text-decoration: none;
}
a:visited {
	color: #66FFCC;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
