/*Made by Richard Feist*/
body {
	margin: 0px;
	background-color: rgb(0,0,102);
	font-size: 12pt;
	font-family: Times New Roman;
	line-height: 15px;
	text-align: left;
	color: rgb(153,153,153);
}
a:link {
	color: rgb(192,192,192);
	font-size: 12pt;
	font-weight: bold;
}
a:active {
	color: rgb(204,204,204);
	font-size: 11pt;
	font-weight: bold;
}
a:visited {
	color: rgb(153,0,0);
	font-size: 11pt;
	font-weight: bold;
}
a:hover {
	color: rgb(204,204,204);
	text-decoration: none;
	background-color: rgb(153,0,0);
	font-size: 11pt;
	font-weight: bold;
}
h1 {
  line-height: 25px;
  color: rgb(153,153,153);
}
h5{
  padding-top: 10px;
  margin: 5px;
  text-decoration: underline;
  font-weight: bold;
  color: rgb(153,153,153);
}
td{
white-space: wrap;
}

