body {
    font-family: Arial, sans-serif;
    color: black;
    background: #909080;
}

h1 {
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.1em;
    font-size: 2.7em;
    font-weight: normal;
    text-align: center;
}

h2 {
    font-size: 1.0em;
    border-bottom: 1px solid blue;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid blue;
}

a:visited {
    text-decoration: none;
    color: silver;
}
