        H1, H2, H3, H4, H5, H6 {text-align: center}

a.buttonStyle {
   color :#000000;
   font-weight :normal;
   font-family :Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :none;
   height : auto;
   width :100%;


}
a.buttonStyle:hover {
   color :#ff0000;
   text-decoration :none;
   background-color :none;
   cursor:hand;
}