a:link {
	color: #FF40FF;
	text-decoration: none;
}

a:visited {
  color: #FF40FF;
  text-decoration: none;
}

a:hover {
	color: #FF8040;
	text-decoration: none;
}

a:active {
	color: #FF8040;
	text-decoration: none;
}

.nav-text {
	font-family: Bookman Old Style, Helvetica, Arial, Sans Serif;
	font-size: 16px;
}

.body-text {
	font-family: Bookman Old Style, Helvetica, Arial, Sans Serif;
	font-size: 90%;
}

.small-text {
	font-family: Bookman Old Style, Helvetica, Arial, Sans Serif;
	color: #C0C0C0;
	font-size: 12px;
}

.foot-text {
	font-family: Bookman Old Style, Helvetica, Arial, Sans Serif;
	color: #C0C0C0;
	font-size: 14px;
}

form {
	margin-bottom:0;
}