body {
    background-color: #000;
    color: #f90;
}
em {
    color: inherit;
}
a {
    color: #F00000;
}
a:active {
    color: #ccc;
}
a:visited {
    color: #C00;
}
h1, h2, h3, h4, h5 {
    color: #fff;
}
.treebackground {
    background: url("/images/treez2.gif");
    background-color: #000;
    color: #F90;
    width: 100%;
    height: 264px;
    text-align: center;
}
.treebackground a {
    color: #ccc;
}
.treebackground a:active {
    color: #ccc;
}
.treebackground a:visited {
    color: #fff;
}
.title {
    font-family: 'Cinzel', serif;
    font-size: 1.3em;
    color: #f90;
}

blockquote {
    color: #fff;
}
.size4 {
    font-size: 1.2em;
    line-height: 1em;
}
.size5 {
    font-size: 1.5em;
    line-height: 1.1em;
}
.size6 {
    font-size: 2em;
    line-height: 1.3em;
}
.size7 {
    font-size: 3em;
    line-height: 1.7em;
}
.size8 {
    font-size: 3.5em;
    line-height: 2em;
}
.white {
    color: #fff;
}
.red {
    color: #f00;
}
.orange {
    color: #F90;
}
.chains {
    background: url("/jail1/images/chain-bkgnd.jpg");
    padding: 0 30px;
}
.wood {
    background: url("/meeting/images/plank.gif");
}
.question {
    min-height: 40px;
    background: url("images/q.gif") no-repeat;
    padding-left: 60px;
}
.answer {
    min-height: 40px;
    background: url("images/a.gif") no-repeat;
    padding-left: 60px;
}
.answer-cont {
    padding-left: 60px;
}
.credits-table {
    font-size: 1em;
}
.ng-table.credits-table td {
    border-bottom: 0;
}
.salem-navbar {
    background: #4D4D4D;
}
.salem-navbar .ng-navbar-nav>li>a {
    color: #f90;
    text-shadow: -1px -1px 0 #696969;
}
.salem-navbar .ng-navbar-nav>li.ng-active>a {
    background: #595959;
    color: #f90;
    text-shadow: -1px -1px 0 #696969;
}