body {
	margin: 0px;
	background-color: Black;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: White;
}
.text {
		font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: White;
}
.graytext {
		font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #757575;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #B0E0E6;
}
a:hover {
	text-decoration: underline;
}
.header1 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #ADC5C5;
	font-weight: bold;
	font-size: 1.5em;
	font-variant: small-caps;
}
.header2 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #8AFFC6;
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
}
.header3 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #FF8A8A;
	font-weight: bold;
	font-size: 1.3em;
}
.cells {
	background-color: #424346;
}
.darkcells {
	background-color: #333333;
}
.sidenav a{
	color: #FFFEB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.sidenav a:hover{
	text-decoration: underline;
}.BodyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
}

