#banner{
text-align: center;
}
img{
border: 5px solid #f0f0f0 !important;
outline: 1px solid #CCCCCC !important;
max-width: 99%;
}
#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:95%;
border:1px solid #ccc;
margin: 5 auto;
height: auto;
font-family: Verdana;
text-align: center;
}
.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: white;
padding-bottom:2px !important;
padding-top:2px !important;
margin-top:-1px;
opacity: 0.6;
background-color: #3fab34;
}
h2 {
font-size: 22;
}
h3 {
font-size: 17;
color: red;
}
p {
font-size: 14;
}
h4 {
text-transform:uppercase;
font-weight: bold;
font-size: 14;
}