body {
	background-color: Black;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

.limeheader {
	background: lime;
}

.lightblueheader {
	background: #3399ff;
}

.lightbluecell {
	background: #6699cc;
}


.yellowheader {
	background: #ffcc00;
}


.redheader {
	background: #cc0033;
}

.blueheader {
	background: #0033ff;
}

.altblueheader {
	background: #333399;
}

.greenheader {
	background: #00cc33;
}

.greencell {
	background: #33aa66;
}

.navimg {
	vertical-align: text-bottom;
	cursor: pointer;
}

.i {
	font-style: italic;
}

.b {
	font-weight: bold;
}

.menu {
	cursor: pointer;
}