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

}

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

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;
}

