@charset "UTF-8";
body {
	background-color: #030E25;
}
td {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
tr {
	vertical-align:top
}
.heading {
	font-size: 18px;
	font-variant: small-caps;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.ianctiveLink {
	text-decoration: line-through;
}
.red {
	color: #FF3300;
}
