* {
    margin: 0;
}
html, body{
    height: 100%;
     
}

body {
  background-color:#9BCB6C;
}
.page-wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}
.page-wrap:after{
    content: "";
    display: block;
}
.site-footer, .page-wrap:after{
    height: 60px;
    
}
.site-footer{
    background-color:#000000;
    font-size: 10px;
}

h1 {
  background-color:#000000;
  color: white;
  text-align: left;
  font-family:verdana;
}
h3{
    color: white;
    text-align: left;
    font-family:verdana;
    font-size: 15px;
}
h5{
    color: rgb(161, 161, 161);
    text-align: center;
    font-family:verdana;
}
table{
    background-color:#000000;
    text-align: left;
}
p {
  font-family: verdana;
  font-size: 20px;
}
