/* CSS Document */

body {
	background-color: "white";
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: "black";
}
.quote {
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}
.logo {
	font-size: large;
	color: #FF6633;
	letter-spacing: 5px;
	white-space: nowrap;
}
.small {
	font-size: x-small;
}
.menu {
	font-weight: bold;
	text-decoration: none;
	color: "black";
	vertical-align: middle;
}
hr {
	color: #0A1E6E;
	border: thick;
}
code {
	font-size: medium;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
.now {
	color: "gray";
	background-color: #D1EF96;
	background-image: url(img/bgo.gif);
}
.over {
	color: "gray";
	background-color: #C1DFD0;
	background-image: url(img/bgo.gif);
}
.top {
	background-color: #FFFFFF;
	background-image: url(img/bgh.gif);
}
.bot {
	background-color: #C1DF86;
	background-image: url(img/bgh.gif);
}