body {
 background-color: #fff;
}

body , p , div , td {
  font-family: Verdana , Helvetica , Arial ,  sans-serif, Geneva;
  font-size: 11px;
  line-height: 16px;
  color: #111;
  font-weight: bold;
}

input , select , textarea  {
  font-family: Verdana , Helvetica , Arial ,  sans-serif, Geneva;
  font-size: 11px;
  color: #333333;
  border: 1px solid white;
  background-color: #BBBBBB;
  margin: 0px;
}

option {
  font-size: 11px;
  color: #333333;
  background-color: #BBBBBB;
  font-weight: bold;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
}
h1 {
  font-size: 20px;
  line-height: 25px; 
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

h3 , h4 , h5 , h6 {
  font-size: 8px; 
}
