.switch {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2em;
	padding-left: 2em;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
}
a:link {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
	font-weight: normal;
}
a:hover {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #CC9900;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
	font-weight: normal;
}
a:visited {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
	font-weight: normal;
}
.form {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #94ACA1;
	border-right-color: #94ACA1;
	border-bottom-color: #94ACA1;
	border-left-color: #94ACA1;
	text-align: left;
}

