.navon {
	font-family: Verdana;
	font-size: 10px;
	color: rgb(255, 204, 255);
	background-color: rgb(153, 51, 153);
	text-decoration: none;
}
.navoff {
	font-family: Verdana;
	background-color: rgb(153, 51, 153);
	color: rgb(255, 153, 255);
	font-size: 10px;
	text-decoration: none;
}
.input {
	font-family: Verdana;
	color: rgb(153, 51, 153);
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.color {
	font-family: Verdana;
	color: rgb(153, 51, 153);
}
