body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #000000;
}
body {
	background-color: #4A4A4A;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}

.footer {
	font-size: xx-small;
	font-family: "Courier New", Courier, monospace;
}
.footer_link {
	font-size: xx-small
}

.struct_text {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

