#banner{
text-align: center;
}
img{
border: 5px solid #f0f0f0 !important;
outline: 1px solid #CCCCCC !important;
max-width: 80%;
}
#button{
margin: auto !important;
font-family: Verdana;
text-align: center;
font-weight: bold;
}
.button {
    background-color: #cccccc;
    border: black;
    color: green;
    padding: 6px 8px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	width: 10%;
}
#greenbox {
width:80%;
border:1.5px solid #ccc;
margin: 10 auto;
height: auto;
font-family: Verdana;
text-align: center;
background-image: URL("background.jpg");
}
.greenbox2{ 
float: left;
width: 25%
border:1px solid #ccc;
margin: 5 auto;
height: auto;
font-family: Verdana;
text-align: center;
}
.greenbox3{
float: right;
width: 25%
border:1px solid #ccc;
margin: 5 auto;
height: auto;
font-family: Verdana;
text-align: center;
}
h1{
width: 100%;
height:auto;
text-transform:uppercase;
font-size: 18;
font-weight: bold;
color: black;
padding-bottom:2px !important;
padding-top:2px !important;
margin-top:-1px;
opacity: 0.8;
background-color: #b6bdb6;
}
h2 {
font-size: 22;
}
h3 {
font-size: 17;
color: red;
}
p {
font-size: 14;
}
h4 {
text-transform:uppercase;
font-weight: bold;
font-size: 14;
}