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 { 
  font-size: 150%; 
}

td, tr { 
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 90%; 
}

td.pinkborder { 
  border: 2px solid #FF0066; 
} 

td.rvheading { 
  border: 1px solid #FF0066;
  background-color: #FF0066; 
  color: white;
  font-weight: bold; 
}

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;  
}
