body 
{
width: 100%;
background-color: #000000;
}

div
{
width: 600px;
border: 5px solid red;
padding: 50px;
margin: auto;
}

h1
{
background-color: #335555;
width: 80%;
color: #000000; 
border-left: 2px inset; 
border-right: 2px inset; 
border-top: 2px inset; 
border-bottom: 2px inset;
border-color: #ffffaa;
box-shadow: 10px 10px 5px black;
}

h2
{
background-color: #111111;
width: 85%; 
margin: auto;
color: white; #05162C
font-family: Arial, Helvetica, sans-serif;
font-size: 18px; 
border-left: 2px inset; 
border-right: 2px inset; 
border-top: 2px inset; 
border-bottom: 2px inset;
border-color: #ffffaa;
box-shadow: 10px 10px 5px black;
}

h3
{
background-image: url(); 
background-repeat: repeat; 
width: 100%; 
padding-right: 8px;
padding-left: 8px; 
font-size: medium; 
color: blue; 
border-left: 0px dotted red; 
border-right: 0px dotted red; 
border-top: 0px dotted red; 
border-bottom: 0px dotted red;
}

h4
{
width: 165px; 
padding-left: 6px; 
padding-right: 6px; 
margin-right: 0cm; 
font-face: Arial;
font-size: medium; 
color: azure; 
border-left: 2px groove; 
border-right: 2px groove; 
border-top: 2px groove; 
border-bottom: 2px groove; 
} 

h5
{
width: 160px; 
padding-left: 6px; 
padding-right: 6px; 
margin-right: 0cm; 
font-size: 16; 
color: white; 
background-image: url("71.jpg"); 
background-repeat: repeat; 
border-left: 2px groove; 
border-right: 2px groove; 
border-top: 2px groove; 
border-bottom: 2px groove;
}

h6 
{ 
background: #OOOO44;
width: 300px;
color: white;
border-left: 0px inset; 
border-right: 0px inset; 
border-top: 0px inset; 
border-bottom: 0px inset;
}

h7
{
background: black; 
border-left: 2px inset; 
border-right: 2px inset; 
border-top: 2px inset; 
border-bottom: 2px inset;
}

OL
{
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

table
{
color: #ffffff; 
font-family: Arial;
text-align: center;
width: 60%;
border-left: px inset; 
border-right: px inset; 
border-top: px inset; 
border-bottom: px inset;
}



a:link {color: #ffffaa;  text-decoration: none;}
a:visited {color: darkgray; text-decoration: none;}
a:hover {color: orange;}
a:active {color: red;}
