body
{
background-color: #000808;
margin-right: auto;
margin-left: auto;
border-right: 0px solid #000080;
border-left: 0px solid #000080;
color: #4f7756;
font-size: 16;
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
{
background-color: white;
font-family: Arial;
font-size: 10px;
width: 90%;
color: #000010;
border-left: 0px outset;
border-right: 0px outset;
border-top: 0px outset;
border-bottom: 0px outset;
text-shadow: 2px 2px lightgray;
}

h2
{
background-color: #132b47;
width: 60%;
color: #fffffa;
border-top: 1px inset black;
border-left: 1px inset black;
border-right: 0px inset white;
margin-right: auto;
margin-left: auto;
text-align: left;
font: navy;
padding-left: 10px;
padding-right: 10px;
font: arial;
font-size: 18;
box-shadow: black 0.5em 0.5em 0.3em
}

h3
{
background-color: #4f7756;
width: 70%;  
color: navy; 
border-top: 1px inset;
border-left: 1px inset;
margin-right: auto;
margin-left: auto;
text-align: left;
padding-left: 15px;
padding-right: 15px;
font-family: Arial;
font-size: 20px;
box-shadow: black 0.5em 0.5em 0.3em
}

h4
{
background-color: #ffffaa;
width: 200px;
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
}

h5
{
text-align: left;
font: arial;   
font-size: 20px;
background-color: #FFFFFF;
width: 80%;
color: #000000;
padding-left: 20px;
padding-right: 20px;
margin-left: 25px;
border-left: 5px outset;
border-right: 5px outset;
border-top: 5px outset;
border-bottom: 5px outset;
} 

h6   
{
text-align: left;
font: arial;   
font-size: 15px;   
background-color: #FFFFFF;
width: 300px;
color: #000010;
margin-left: 25px;
border-left: 1px outset;   
border-right: 1px outset;
border-top: 1px outset;
border-bottom: 1px outset;
}

table
{
background-color: #fffaaa;
width: 60%;
font-size: 20px;
font-family: Arial;
color: navy;
box-shadow: black 0.5em 0.5em 0.3em
}

tr:nth-child(even) 
{background-color: #ffffaa;}

th
{
line-height: 15px;
font-size: 15px;
padding: 20px;
background-color: #ffffaa;
color: #33ffff;
text-align: center;
font-weight: bold;
}

td 
{
line-height: 15px; 
font-size: 16px;
padding-left: 40px;
padding-right: 40px;
padding: 20px;
text-align: left;
{



a:link {color: navy;}
a:visited {color:  #777777;}
a:hover {color: red;}
a:active {color: darkgray; background-color: white;}
