@charset "UTF-8";

body {
    background: #1A1A1A;
    color: #A1A1A1;
}

h1, h2, h3 {
    color: #AA2808;
}

a {
    color: #07B6FE;
    text-decoration: underline;
}

a:hover {
    color: #838383;
    text-decoration: none;
}

img {
    border: none;
}

#logo img {
    width: 282px;
}

#logo h2 {
    color: #444444;
    font-size: 1em;
    letter-spacing: 2px;
    margin: -1px 0 0 20px;
}

#menu ul {
    list-style: none;
}

#menu a {
    color: #07B6FE;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    background: #07B6FE;
    color: #FFFFFF;
}

#footer {
    text-align: center;
}

div.menubar {
    position: fixed;
    right: 1%;
    width: 14%;
}

hr {
    border: 0;
    background-color: #808080;
    height: 1px;
    margin: 1em 0 1em -1%;
    width: 102%;
}

div.content {
    margin: 5% 15% 0 10%;
    width: 75%;
}

/* vim: set et ts=4: */

