html{
    min-height:100%;
}

#logo{
margin-top:200px;
}

#simpleText{
    color: #99cc33;
    font-weight: bold !important;
    font:normal 24px/1.2em 'Lato', arial, sans-serif;
}

ul li{
    font:normal 15px/1.5em 'Lato', arial, sans-serif;
    color:#333333;
    list-style-type: none;
   
}

p{
    font:normal 15px/1.5em 'Lato', arial, sans-serif;
    color:#333333;
    margin-top: 50px;

}

a:link:not(#exclude), a:visited:not(#exclude) {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

