.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000055;
}

.small {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.menu {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.quote {
	color: #993333;
	text-align: center;
	vertical-align: middle;
	font-style: italic;

}

.blue {
	color: #333366;
}

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

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

a:hover {
	color: #333366;
	text-decoration: underline;
}

a:active {
	color: #333366;
	text-decoration: underline;
}

