/**
 * Theme selection page CSS
 */

body {
    background-color: #000000;
    color: #ffffff;
}

h1 {
    text-align: center;
    margin: 94px 0 0 0;
}

p.subtitle {
    text-align: center;
    margin: 25px 0 15px 0;
    font-family: 'Times', 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
}

ul.themes {
    margin: 0 auto 100px auto;
    height: 200px;
    width: 400px;
}

ul.themes li {
    float: left;
}

.abus {
    clear: both;
    text-align: center;
    font-size: 11px;
    font-weight: lighter;
}

.uppercase {
    text-transform: uppercase;
}