body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #990099;
}

h1, h2 {
    color: #990099;
}

.header {
    top: auto;
    margin: 2em auto;
    color: #333;
    text-align: center;
    padding: 2.5em 1em 0;
    border-bottom: 1px solid #eee;
}

.header h1 {
    margin: 0.2em 0;
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
}

ul {
    list-style-position: outside;
}

li {
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
}

A:link {
    text-decoration: none;
    color: #990099
}

A:visited {
    text-decoration: none;
    color: #990099
}

A:hover {
    text-decoration: underline;
    color: #CC33CC
}

.small {
    font-size: 9px;
}

.big {
    font-size: 18px;
}

.bodystyle {
    font-size: 12px;
}

.box1 {
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
    border-width: 3px;
    border-style: solid;
    padding: 5px;
}

.menu {
    background-color: #990000;
}

.menuactive {
    background-color: #CC0000;
}

.siteheader {
    color: #FF9900;
}
.sitetitle {
    font-size: 18px;
    color: #CC6600;
}
.atitle {
    font-size: 18px;
    color: #CC0000;
}

a.menulink:link {
    font-weight: bold; 
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}
a.menulink:visited {
    font-weight: bold; 
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}
a.menulink:hover {
    font-weight: bold; 
    font-size: 16px;
    text-decoration: underline;
    color: #FFFFFF;
}
a.menulink:active {
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}

.altcolor {
    background-color: #EBEBEB;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.content {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 2em;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}
