body {
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  margin-top: 5;
  font-size: 90%; 
}

.titleheading { 
  font-size: 180%; 
  font-weight: bold;
  color: #FF0066;  
} 

.smallpink { 
  font-size: 70%;
  color: #FF0066;
}

.mediumheading { 
  font-size: 110%; 
  font-weight: bold; 
  color: #FF0066; 
}

h1 { 
  font-size: 200%;
  color: #FF0066;  
}

p.topheading { 
  color: #FF0066; 
}

h2 { 
  color: #FF0066;  
  font-size: 150%; 
}

h3 { 
  color: #FF0066;  
  font-size: 120%; 
}

td, tr { 
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 90%; 
}

td.pinkborder { 
  border: 2px solid #FF0066; 
} 

td.rates {
  font-size: 120%;
}

td.rvheading { 
  border: 1px solid #FF0066;
  background-color: #FF0066; 
  color: white;
  font-weight: bold; 
  font-size: 150%;
}

tr.rvheading2 { 
  border: 1px solid #FF0066;
  background-color: #FF0066; 
  color: white;
  font-weight: bold;
  font-size: 80%;  
}

td.rvheading2 { 
  border: 1px solid red;
  background-color: #FF0066; 
  color: white;
  font-weight: bold; 
  font-size: 170%;
}

.pinkborder { 
  border: 2px solid #FF0066;
} 

.pinkborder2 { 
  border: 2px solid #FF0066;
  font-size: 90%
} 


a.biglink {
  text-decoration: none; 
  color: #FF0066;
}

a.biglink:hover { 
  text-decoration: underline; 
}

a:hover { 
  text-decoration: underline;  
  color: #FF0066;  
}

a.buy {
  font-size: 250%;
  color: #FF0066;
  text-decoration: underline;
}

a.buy2 {
  font-size: 150%;
  color: #FF0066;
  text-decoration: underline;
  font-weight: bold;
}

a.buy:hover {
  font-weight: bold;
}

.copyright {
  font-size: 80%;
  color: grey;
}

.main {
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.get_rates {
  float: right;
  width: 40%;
}

table.full_rates {
  font-size: 80%;
  border: thin solid black;
  border-collapse: collapse;
}

table.full_rates td {
  border: thin solid black;
}

