html {
    background: #333333;
    text-align: center;
    font-family: verdana, sans-serif;
}
a:link, a:active, a:visited, a:hover, html {
    color: #cccccc;
    text-decoration: none;
}
a {
    font-size: 20px;
}
h1 {
    font-size: 40px;
    text-align: center;
}
h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
a:hover {
    text-decoration: underline;
}
