 body {
  background-color: #C7D8FD;
 }
 h1.h1 { text-align: center; vertical-align: center; color: #fff }
 h2.h2 { text-align: center; vertical-align: center; color: #fff}
 h4.h4 { text-align: center; font-style: italic; color: #fff }
 div.sidebar { width: 200px; float: left; text-align: center; }
 table.header { background-color: #719AB7; width: 100%; height: 225px; vertical-align: center; }
 div.maincontent { padding: 2em; margin: 0 0 5px 5px; }
 input.btn{
                color:#fff;
                width: 200px;
                font-family:'trebuchet ms',helvetica,sans-serif;
                font-size:84%;
                font-weight:bold;
                background-color:#79A;
                border:1px solid;
                border-top-color:#cdd;
                border-left-color:#cdd;
                border-right-color:#696;
                border-bottom-color:#696;

                }
 input.btnhov{
		color:#799;
		background-color:#fff;
                border-top-color:#79A;
                border-left-color:#79A;
                border-right-color:#79A;
                border-bottom-color:#79A;
                }
 
