* {
/*
    margin: 0px;
    padding: 0px;
*/
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #222 ;
    text-align: center;
}

div {
    font-size: 10px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border: solid 0px;
    text-align: center;
}


h1 {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 42px;
    color: #FF2222;
}
h2 {
    font-size: 28px;
    color: GreenYellow;
    margin: 10px;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    display: inline-block;
}
li {
    font-size: 20px;
    text-align: left;
}
