/* stylesheet.css */



body{
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
}

#rightcolumn{
  Width: 200px;
  float: right;
  font-size: 10px;
}
 
#content p{
  width: 400px;
  font-size: 20px;
  color: #999999
}

#roundup{
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  height: 130px;
  width: 200px;
}

#oreo{
  height: 130px;
  margin-top: 10px;
}

#mortgageapp{
  height: 10px;
  width: 150px;
  font-size: 12px;
  padding: 5px;
  color: #0099ff;
  
}

.darkgreen{
  font-size: 30px;
  color: #336600;
}

.medgreen{
  font-size: 26px;
  color: #339966;
}

h1{
  font-family: Arial, Helvetica, san-serif;
  font-size: 16px;
  color: #5d0000;
}

td{
  font-size: 12px;
  padding: 8px;
}

td em{
  font-size: 12px;
  font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
  font-weight: bold;
}