body,p,td,ul,li {
  color: #333333;
  font-family: arial;
  font-size: 11px;
  font-weight: none;  
  text-decoration: none;


}

input,select {

  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: none;  
  text-decoration: none;
  background: #333333;
  border: none;
  padding: 0px;
  
  
}

.heading {
  color: #333333;
  font-family: arial;
  font-size: 13px;
  font-weight: none;  
  text-decoration: none;


}

a {
  color: #CA020B;
  font-size: 11px;
  font-weight:none;
  text-decoration:none;
  font-family: arial;
 }

a:hover {
  color: #EEEEEE;
  font-family: arial;
  font-size: 11px;
  font-weight: none;  
  text-decoration: none;
  background: #CA020B;

}
