body {
	color: #99ff99;
	background-color: black;
}
#overlay {
	width: 2000px;
	height: 2000px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(img/overlay.png);
	background-color: transparent;
	display: run-in;
}
#container {
	width: 800px;
	margin: auto;
	overflow: hidden;
	border: 0px solid #112211;
	padding: 5px;
}
#body {
	border: 0px dashed #00ff00;
	padding: 10px;
	
}
table#allClasses td {
	width: 200px;
	vertical-align: top;
}
p {
	margin-left: 10%;
	text-align: justify;
}
img.classPortrait {
	/*height: 500px;*/
}
img.classPortraitSmall {
	height: 100px;
	border: 1px #449944 solid;
	
}
img.classPortraitSmall:hover {
	height: 110px;
	border: 1px white solid;
}
img {
	border: 0px;
}
a:visited {
	color: #99ff99;
}
.particle {
	z-index: 1;
	position: fixed;
	opacity: 0.5;
	height: 1px;
}