body {
 background-color: #BBBBBB;
}

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

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

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

a {
  font-family: Helvetica , Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
}

h1 , h1 a {
  font-size: 20px;
  line-height: 25px; 
  font-weight: bold;
  margin:0px;
  text-decoration: none;
}

h2 , h2 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

h3 , h4 , h5 , h6 , h3 a , h4 a , h5 a , h6 a {
  font-size: 12px; 
  text-decoration: none;
}
