body 
{  
background-color: firebrick; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: small; 
color: white; 
margin-left: 10px; 
margin-top: 10px;
margin-right: 10px; 
margin-bottom: 10px;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid black;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid black;
border-bottom: none;
background-color: maroon;
color: gold;
}

.basictab li a:visited{
color: gold;
}

.basictab li a:hover{
background-color: red;
color: white;
}

.basictab li a:active{
color: gold;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 3px;
background-color: crimson;
color: white;
}

pre {
font-size: 12px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 10px; 
}

p 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: small; 
font-style: normal;
color: white;
}

table
{
width:100%;
color: white;
}

td 
{
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: small; 
font-style: normal;
vertical-align: top;
color: white;
}

pre 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: medium; 
font-weight: bold; 
color: white;
}

h1,
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 28px; 
font-weight: bold; 
color: white;
align: center;
}

h2,
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: large; 
font-weight: bold; 
color: white;
align: center;
}

h3,
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: medium; 
font-weight: bold; 
color: white;
align: center;
}

a:link 
{  
color: gold; 
background: firebrick;
border: 1px; 
text-decoration:none;
font-weight: bold;
}

a:visited 
{ 
color: darkblue; 
background: firebrick; 
text-decoration: none; 
font-weight: bold; 
}

a:hover  
{ 
font-weight: bold; 
color: dodgerblue;
background: firebrick; 
text-decoration: none; 
}

ul
{
margin: 6px 16px;
}

li
{
margin: 10px 16px;
font-weight: 600;
}

#red {
color: firebrick; 
background: firebrick; 
font-weight: bold; 
}

#top {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 15%;
padding: 0px;
border-bottom: 0px solid #000000;
margin-top: 0%; 
margin-bottom: 0%; 
margin-left: 0%;
margin-right: 0%;
align: top;
background-color: firebrick;
color: white;
}

#left {
position: absolute;
top: 16%;
left: 0%;
width: 20%;
height: 85%; 
padding: 0px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0%;
margin-right: 0%;
align: top;
background: firebrick;
color: white; 
}

#center {
position: absolute;
top: 16%;
left: 1%;
width: 96%;
height: 85%;
padding: 0%;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;  
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 1%;
margin-right: 1%;
align: top;
background-color: firebrick;
color: white; 
}

#middle {
position: absolute;
top: 16%;
left: 21%;
width: 60%;
height: 85%;
padding: 0%;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;  
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 1%;
margin-right: 1%;
align: top;
background: firebrick;
color: white; 
}

#right {
position: absolute;
top: 16%;
left: 81%;
width: 20%;
height: 85%; 
padding: 0px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0%;
margin-right: 0%;
align: top;
background: firebrick;
color: white;
}

#bottom {
position: absolute;
top: 97%;
left: 0%;
width: 102%;
height: 2%;
padding: 0px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0%;
margin-right: 0%;
align: top;
border-top: ;
background-color: firebrick; 
color: white;
}

