BODY {
	font-family: sans-serif;
	background-color: #000033;
	color: #ffff66;
	line-height: 150%
}
A {
	color: #66ffff;
}
.slide {
	background-color: white;
	color: black;
	padding: 20px;
}
.smallerText {
	font-size: smaller;
}
.cellLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffff66;
}
P, TD, UL, OL {
	line-height: 150%
}
TD {
	padding: 5px;
}