body
{
    background-color: rgb(253,245,230);
    margin: 0;
    padding: 0px;
    min-width: 800px;
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-color: black
}

h1
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 32px;
    line-height: 36px;
    color: rgb(240,217,26);
    text-align: center;
    background-color: rgb(0,0,0);
    border-top: rgb(240,217,26) 2px solid;
    border-bottom: rgb(240,217,26) 2px solid;
    margin-bottom: 15px;     
}

h2
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 24px;
    line-height: 28px;
    color: rgb(0,0,0);
    text-align: center;
    background-color: rgb(240,217,26);
    border-top: rgb(0,0,0) 2px solid;
    border-bottom: rgb(0,0,0) 2px solid;
    margin-bottom: 10px;     
}

h3
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 20px;
    line-height: 24px;
    color: rgb(98,39,29);
    background-color: rgb(240,217,26);
    text-align: center;
    border-top: rgb(0,0,0) 2px solid;
    border-bottom: rgb(0,0,0) 2px solid;
    margin-bottom: 10px;     
}

h4
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 16px;
    line-height: 20px;
    color: rgb(98,39,29);
    background-color: rgb(240,217,26);
    text-align: center;
    border-top: rgb(0,0,0) 2px solid;
    border-bottom: rgb(0,0,0) 2px solid;
    padding: 0px;
    margin-bottom: 10px;     
}

h5
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 12px;
    line-height: 16px;
    color: rgb(98,39,29);
    background-color: rgb(240,217,26);
    text-align: center;
    border-top: rgb(0,0,0) 2px solid;
    border-bottom: rgb(0,0,0) 2px solid;
    text-align: center;
    margin-bottom: 5px;
    padding: 0px;     
}

h6
{
    font-family: Battletech Oldstyle, Courier New, Arial, Helvetica;
    font-size: 12px;
    line-height: 16px;
    color: rgb(98,39,29);
    background-color: rgb(240,217,26);
    text-align: center;
    border-top: rgb(0,0,0) 2px solid;
    border-bottom: rgb(0,0,0) 2px solid;
    margin-bottom: 5px;
    padding: 0px;     
}

p
{
    margin: 10px 0px 0px 0px;     
}

li
{
    list-style-type: square;
    margin-top:2px;     
}

table.show
{
    border: 2px solid rgb(0,0,0);
    border-spacing: 0px;
    margin: 0 auto;     
}

th
{
    font-weight: bold;
    text-align: left;
    vertical-align:top;     
}

th.cb
{
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;     
}

th.show
{
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    background-color:rgb(0,0,0);
    color:rgb(240,217,26);
    padding:5px;     
}

td
{
    vertical-align: top;     
}

td.show
{
    vertical-align: top;
    border: 1px solid rgb(0,0,0);
    padding: 2px;     
}

a:link
{
    color: rgb(98,39,29);
    background-color:none;
    font-weight: bold;
    text-decoration: overline underline;     
}

a:visited
{
    color: rgb(98,39,29);
    background-color:none;
    font-weight: bold;
    text-decoration: overline underline;     
}

a:active
{
    color: rgb(98,39,29);
    background-color:none;
    font-weight: bold;
    text-decoration: overline underline;     
}

a:hover
{
    color: rgb(240,217,26);
    background-color:none;
    font-weight: bold;
    text-decoration: overline underline;     
}

hr
{
    width: 80%;
    text-align:center;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 6px;
    border: 2px solid rgb(0,0,0);
    background-color: rgb(240,217,26);
    color: rgb(240,217,26);
}