body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #000066;
	margin-left: 0.25cm;
	margin-right: 0.25cm;
} 

span.body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #000066;
	margin-left: 0.25cm;
	margin-right: 0.25cm;
} 

:visited { color: gold }
:link { color: yellow }
:active { color : orange }

h1 {
	font-size: large;
	text-align: center;
	color: #FFFF00;
}

div.navbar {
	font-size: 80%;
}
			
td {
		color: white;
}

th {
		color: white;
}

pre {
		font-family: "Courier New", Courier, monospace;
		color: white;
}
