body
{
background-color: #3b6ba5;
margin-right: auto;
margin-left: auto;
border-right: 1px solid #000080;
border-left: 1px solid #000080;
color: #fffffa;
font-size: 10;
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #777777;
scrollbar-dark-shadow-color: #2a2a2a;
scrollbar-track-color: #000010;
scrollbar-face-color: #05729b;
scrollbar-shadow-color: #994444;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #ffffff;
}

h1
{
font-size: 20px;
width: 100%;
color: gold;
border-left: 0px outset;
border-right: 0px outset;
border-top: 0px outset;
border-bottom: 0px outset;
}

h2
{
background-color: #ffffff;
width: 80%;  
color: #000000; 
border-top: 0px inset;
border-left: 0px inset;
margin-right: auto;
margin-left: auto;
text-align: left;
padding-left: 15px;
padding-right: 15px;
font: Times New Roman;
font-size: 18px;
box-shadow: black 0.5em 0.5em 0.3em
}

h3
{
background-color: #ffffff;
width: 80%;  
color: #000000; 
border-top: 0px inset;
border-left: 0px inset;
margin-right: auto;
margin-left: auto;
text-align: left;
padding-left: 15px;
padding-right: 15px;
font: Times New Roman;
font-size: 18px;
box-shadow: black 0.5em 0.5em 0.3em
}

h4
{
background-color: #b0aaad;
font-size: 20px;
font-weight: normal;
width: 80%;
color: #000010;
border-top: 0px outset;
border-left: 0px outset;
border-right: 0px outset;
border-bottom: 0px outset;
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
box-shadow: black 0.5em 0.5em 0.3em
}

h5
{
background-color: #FFFFFF;
width: 75%;
color: #OOOOOO;
border-top: 0px inset;
border-left: 0px inset;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-left: 15px;
padding-right: 15px;
font-family: Times New Roman;
box-shadow: black 0.5em 0.5em 0.3em
}

h6
{
background-color: #ffffff;
font-size: 16px;
font-weight: normal;
width: 80%;
color: #OOOOOO;
border-top: 0px outset;
border-left: 0px outset;
border-right: 0px outset;
border-bottom: 0px outset;
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
box-shadow: black 0.5em 0.5em 0.3em
}

table
{
width: 70%;
font-size: 20px;
color: gold;
}

th
{
line-height: 20px;
font-size: 20px;
padding: 20px;
color: black;
text-align: center;
font-weight: bold;
}

td 
{
padding: 20px;
text-align: center;
{

a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

