body{
  margin: 0px;
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size: 14px;
}

a:link{
  color: gold;
  text-decoration: none;
}
a:visited{
  color: gold;
  text-decoration: none;
}
a:hover{
  color: white;
  text-decoration: underline;
}

.message{
  background-color: #FFFFCC;
  border: 1px solid maroon;
  color: maroon;
  font-size: 16px;
  font-family: sans-serif;
  width: 500px;
  padding: 4px;
}
.highlight{
  padding: 4px; 
  background-color: #0002BF; 
  border: 1px solid black;
  width: 500px;
}
.footer{
  padding: 4px;
  text-align: left;
  background-color: black;
  border-top: 1px solid white;
  color: white;
}
