body {
  background-color: #DFDFDF;
  font-family: verdana;
  color: #000000;
  font-weight: normal;
  font-size: 10px;
}

table.main {
  position: relative; 
  width: 600px;
  padding: 10px;
  background-color: #DFDFDF; 
  font-family: verdana;
  color: #000000;
  font-weight: normal;
  font-size: 10px;
  border: 0px solid #000000;
}

table.content {
  position: relative; 
  width: 600px;
  padding: 10px;
  background-color:#ffffff; 
  font-family: verdana;
  color: #000000;
  font-weight: normal;
  font-size: 10px;
  border: 1px solid #000000;
}

a:link {
  color: #BF3B3B; 
  font-weight: bold;
  text-decoration: none; 
}

a:visited {
  color: #BF3B3B; 
  font-weight: bold;
  text-decoration: none; 
}

a:active {
  color: #BF3B3B; 
  font-weight: bold;
  text-decoration: none; 
}

a:hover {
  color: #BF3B3B; 
  font-weight: bold; 
  text-decoration: underline; 
}