body {
  background-color: #003;
  color: gold;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #ff0;
  font-weight: bold;
  font-size:90%;
}

a:visited { color: #ff0; }
a:hover { text-decoration: underline; background-color:#ff0; color: #003; }

a.logoURL {
  text-decoration: none;
  color: #f90;
  font-weight: bold;
  font-size: 200%;
  font-style: italic;
  text-decoration: none;
}
a.logoURL:visited { text-decoration: none; background-color: #003; color: #f90;}
a.logoURL:hover { text-decoration: none; background-color: #003;  color: #f90;}

.mainText {
  font-size:90%;
}


.redBorder {
  border: solid;
  border-width:2px;
  border-color: red;
}


.forSaleBig {
  color:#0f0;
  font-style:normal;
  font-family:monospace;
  font-size:175%
}


.forSaleSmall {
  color:#ff0;
  font-style:normal;
  font-family:monospace;
  font-size:100%
}
