html {
    background-color: #FFFFFF;
    color: #666666;
}

body {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

header {
    text-align: center;
    margin-top: 16px;
}

nav {
    background-color: #CCCCCC
}

nav a {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

nav a:first-of-type {
    background-color: #FFFFFF;
    color: #333333;
    margin-left: 5px;
}

nav a:link,
nav a:hover,
nav a:visited {
  color: #666666;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.tunniste {
    color: #CCCCCC;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

footer {
    border: solid;
    border-color: #E6E6E6;
    border-left: none;
    border-right: none;
    border-top: none;  
    border-width: 1px;
    font-size: 14px;
    text-align: center;
}

#copyright {
    color: #666666;
    font-size: 12px;
    text-align: center;
}