@import "/resources/css/image-menu";

html {
    background: #3f3b6e;
    background-image: url("/resources/images/site/zos-home-bg");
    background-repeat: no-repeat; background-position: top center;
}

body {
    color: white;
    font-family: sans-serif;
    font-size: small;
}

h1, h2, h3, h4, h5, h6 {
    color: #A6F5F9;
}

h3 {
    text-decoration: underline;
    margin-top: 2em;
}

.decorated_header:before {
    content: url("/resources/images/site/left-heading-pic");
}
.decorated_header:after {
    content: url("/resources/images/site/right-heading-pic");
}

.guildtag {
    color: #f0dbac;
    text-decoration: underline;
}

a {
    color: #AAACD8;
}
