body {
	background-color: Black;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e1e1e1;
}

p, td {	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e1e1e1;
	
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-size: 20px;
	color: #B22222;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-size: 14px;
	color: #B22222;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	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: 11px;
}