


body {
    color: #000000;
    background-color: #A66B00;

}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #A62300;
    overflow: hidden;
    text-align: left;
    padding: 0px 5px 5px 5px;
    max-width: 1300px;
    min-width: 700px;
}

.style1 {
    text-decoration: underline;
    text-align: right;
}

.style2 {
    text-align: right;
    font-style: italic;
}



#head {
    width: 95%;
    height: 30px;
    color: #FFFFFF;
    padding: 0px 0px 5px 0px;
}


#left {
    float: left;
    width: 20%;
    height: 800px;
    padding: 5px 0px 10px 0px;
    overflow: auto;
    clear: both;
    font-size: .8em;
    background-color:rgba(0,0,0,0.2);


}


#mid {
    float: left;
    width: 60%;
    height: 800px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 10px 0px;
    overflow: auto;

}

#right {
    width: 20%;
    height: 800px;
    float: left;
    padding: 5px 0px 10px 0px;
    color: #FFCD73;
    font-size: .8em;
    background-color:rgba(0,0,0,0.2);
    overflow: auto;

}

em {
   font: italic;
   font-weight: bold;
   color: #ff0000;
}


h1 {
    font-family: Monospace;
    font-size: 2.5em;
    padding: 0px 0px 0px 20px;
    text-align: center;
}

h2 {
    font-family: Arial;
    font-variant: small-caps;
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: right;
    padding: 0px 20px 0px 0px;
}


p {
    color: #FFCD73;
    padding: 0px 10px 5px 10px;
    font-family: serif;
}

p.indentation{
    text-indent: 50px;
}

li {
    color: #FFeD43;
    padding: 0px 10px 5px 10px;
    font-family: serif;
}



img {
    border-width: 2px;
    border-style: solid;
    border-color: #FFCD73;
    height: auto;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 90%;
    max-width: 150px;

}

img:hover {
    border-color: #FFFFFF;

}

A:link {
    color:#FFFFFF;
    text-decoration: underline;
}

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

A:active {
    color: #BF4E30;
    text-decoration: underline;
}

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