.standard table
{
  width: 750px;
  border-color: #11111;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

.foot p
{
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 8pt;
  color: white;
  font-weight: bold;
}

.foot table
{
  width: 750px;
  background-color: blue;
  border-color: black;
  border-width: thin;
  border-style: solid;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

.foot td		
{ 
  margin: 0px; 
  border-width: 0px; 
}

.foot a:link    { color: white; text-decoration: none; }
.foot a:visited { color: white; text-decoration: none; }
.foot a:hover   { color: white; text-decoration: underline; }
.foot a:active  { color: white; text-decoration: none; }