a:link, a:visited {
  color: #0000ff;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  background-color: transparent;
  text-decoration: underline;
}
#divBox {
  color: #003399;
  background-color: #ccccff;
  border-width: 1;
  border-style: solid;
  border-color: #003399;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: normal;
  font-size:medium;
  text-align: left;
  width:600;
  height:36;
}
