body {
	background-color: #00250c;
	color: #303002;
}

table {
	border: medium none #000000;
}
.greenTable {
	background-color: #013d13;
}
.yellowTable {
	background-color: #fbd96c;
}
.smallReversedText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fbd96c;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #00250c;
}
.emphasisedText {
	font-size: 18px;
	font-weight: bold;
	color: #00250c;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
h1 {
    font-size: 20px;
}