body {
    background: url(/images/themes/dreams/bgtile.gif);
    background-repeat: repeat;
    image-rendering: pixelated;
    font-size: 1em;
    font-family: 'mainfont';
}

p, a, b, i, u, li, h1, h2, h3{
    color: white;
}

.maincontent {
    box-sizing: border-box;
    background-color: #001933cc;
    border: 2px solid #336699;
    padding: 20px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #cacacaa1;
}