body {
  font-family: "Times New Roman", Times, serif;
  background-color:#000000;

}

table  {
  background-color:#FFFFFF;
  /* background-color:#0099FF; */
  /* background-color:#0099FF; */
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

/* classes */
.footer h4 {
  font-size:9px;
}

.footer a:link {
  color:#000000;
  font-weight:bold;
  /* text-decoration:none; */
}

.footer li {
  display: inline;
}

.navigation {
  width:200px;
}

.navigation li {
  border-top: 1px solid #000000;  /*: 1px solid #000066;*/
  border-bottom: 1px solid #000000;  /*: 1px solid #000066;*/
}

.navigation li a:link, .navigation li a:visited  {
  display:block;
  padding: 5px 5px 5px 0.5em;
  border-left: 12px solid #000066;
  border-right: 1px solid #000066;
  background-color: transparent;
  color: #000066;
  text-decoration: none;
  font-weight:bold;
}
  
.navigation ul  {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.red_bold  {
  font-weight:bold;
  color:#FF0000;
}
