body {
	background-color: Black;
}

p, td {	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #800000;
	
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-size: 20px;
	color: #800000;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-size: 14px;
	color: #000000;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}

.frontlinks {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: White;
}

.sidelinks {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
}