html, body {
    height:     98%;
    min-height: 98%;
}

body {
    background-color: black;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32pt;
    line-height: 120%;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: white;
}

a.ul {
    text-decoration: none;
}

div.outline {
    width:  100%;
    height: 100%;
}

div.container {
    width:     100%;
    height:     95%;
    min-height: 95%;
}

.centered {
    width:    70%;
    height:   auto;
    position: absolute;
    top:      0;
    right:    0;
    bottom:   0;
    left:     0;
    margin:   auto;
}

.text {
    text-align: center;
    margin-top: 25%;
}