* {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px;
  line-height : 14px;
  color : #000000;
}

body {
  /*margin: 0 0 0 0;*/
  background-color: white;
}

.biggerp, .biggerp * { 
           font-size : 120%;
           line-height : 120%;
           }

.white { 
        color: white;
           }

.smaller * { 
           font-size : 9px;
           line-height : 10px;
           }

.copyright * { 
           font-size : 9px;
           line-height : 10px;
             color: #909090;
             font-weight: normal;
             }

h1 {
     font-size: 20px;
     line-height : 21px;   
}

h2 {
     font-size: 18px;
     line-height : 19px;   
}

p a {
    background-position: bottom;
    background-image: url(/images/underline.png);
    background-repeat: repeat-x;
    text-decoration: none;
    font-weight: bold;
}
