root { 
    display: block;
}

.center { text-align: center }
.right { text-align: right }
.left { text-align: left }

#content {
    background: url('../images/logo-transparent.png') no-repeat center fixed;
}

a:visited {
    color: blue;
}

pre {
    white-space: pre;
    font-family: monospace;
    padding: 5px;
    margin: 5px 20px 20px 20px;
    border: 1px inset black;
    overflow: auto;
}

.file {
    font-weight: bold;
}

.j18n {
    font-weight: bold;
    color: grey;
}

h1 {
    border-bottom: solid medium red
}

h2 {
    border-bottom: solid thin red
}

a.button {
    display: block;
    width: 100%;
    border: 1px solid black;
    text-decoration: none;
    background-color: white;
    color: black;
    text-align: center;
    margin-top: 0.5em;
}
a.button:hover {
    background-color: black;
    color: white;
}

