 body {
		margin: 0;
        padding: 0;
font-family:Arial, Helvetica, sans-serif
}
h1 {
	
	text-align: center;
	font-style: italic;
}
      .header {
        color: white;
        text-align:center;
        background: green;
      }
      
      .buttons a {
        display: block;
        margin: 10px 0;
        padding: 0 15px;
        font-size: 16px;
        font-weight: bold;
        color: #2f4355;
        text-decoration: none;
        background: #d6e3ec;
}
      .buttons a span {
        display: block;
       
        background: url('images/icon_button_arrow.png') right center no-repeat;
      }
	  .smaller {font-size:smaller;
	  }