* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: inherit;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    font: normal 16px/18px sans-serif;
    color: #222;
    background: #fff;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

h1 {
    color: #444;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 32px 0;
}

a {
    cursor: pointer;
}

li {
    margin-left: 20px;
}

.link {
    color: #0a4;
}
.link:hover {
    text-decoration: underline;
}
.link:focus, .link:active {
    text-decoration: underline;
    background: rgb(204, 255, 224);
}

.panel {
    background: #eee;
    padding: 12px;
    text-align: left;
}

.grayLink {
    color: #aaa;
    font-size: 12px;
}
.grayLink:focus,
.grayLink:active {
    background: #eee;
    text-decoration: underline;
}
