
BODY {
  font-family: Arial;
}

A:link {
  font-family: Arial;
  text-decoration: none;
  color: blue;
}

A:visited {
  font-family: Arial;
  text-decoration: none;
  color: purple;
}

A:hover {
  font-family: Arial;
  text-decoration: underline;
  color: blue;
}

A:active {
  font-family: Arial;
  text-decoration: none;
  color: red;
}

.DARK {
  color: white;
  background-color: black;
  font-family: Arial;
}

.DARK:link {
  color: white;
  background-color: black;
  font-family: Arial;
  text-decoration: none;
}

.DARK:hover {
  color: aqua;
  background-color: black;
  font-family: Arial;
  text-decoration: underline;
}

.price {
  font-size: 20px;
  text-align: center;
}

.small {
  font-size: 10px;
}

.tabletext1 {
  padding-right: 5pt;
  padding-left: 5pt;
  padding-top: 5pt;
  padding-bottom: 5pt;
  text-align: justify;
}

.bigred {
  color: red;
  font-size: 25px;
  font-weight: bold;
}

.bigyellow {
  color: yellow;
  font-size: 25px;
  font-weight: bold;
}

.tablegrade {
  background-image: url(http://www.ahousesoldname.com/images/GradeBack.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

.loanhead {
  font-weight: bold;
  font-size: 120%;
  background-color: #C0C0C0;
}

.loanbold {
  font-weight: bold;
}
