h1 {
    color:#008D62;
    font-size:50px;
    text-align-last: center
}

h2 {
    color:#718D00;
    font-size: 32px;
    font-family:bodoni mt;
}

body {
    background-color:#DCDED1;
    color:#666666;
    font-family:Arial;
}

ul {
    text-transform: uppercase;
    font-family: bahnschrift;
    font-size:17px;
    letter-spacing: 3px;
}

i {
    background-color: black;
    color:white;
}

b {
    color:black;
}

img {
    display:block;
}