body{
    background-color: #e5e5e5;

}

.wrapper{
    width: 700px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    
    border: solid 1px #449529;
}

.content{
    font-family: helvetica;
    font-size: 11px;
    line-height: 16px;
    color: #494848;
    padding-left: 50px;
    padding-right: 50px;
}

a:link{
    color: #449529;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    opacity: 0.5;
}

a:visited{
    color: #449529;
    text-decoration: none;
    font-weight: bold; 
}

.button{
    display: block;
    text-align: center;
    
    width: 185px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    background-color:#449529;
    
    font-size: 13px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    
}

.button:hover{
    opacity: 0.5;
}

h1{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #449529;
}

h2{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #494848;
}

h3{
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0px;
    color: #449529;
}

p{
    margin-bottom: 16px;
    margin-top: 0xp;
}

img{
    border: none;
}

ul{
    margin-top: 0px;
    margin-bottom: 16px;
    padding-left: 12px;
}

.underlist{
    margin-bottom: 0px;
}

.underlist li{
    list-style: none;
    background-image: url(list.jpg);
    background-repeat: no-repeat;
    background-position: 0px 3.5px;
    padding-left: 12px;
    margin-left: -13px;
}