.body2 { background-color: #858585;}
.title { color: #000000; font-size: 15px }
body {
   font-family: Verdana, Arial;
   font-size: 15px;
  background-color: #858585;
}
.titlee { 
font-size: 20px; 
font-color: black; 
}

h1 {
font-size: 20px;
margin-top: 0px;
margin-bottom: 0px;
maring-right: auto;
margin-left: auto;

}
p {
   margin-top: 8px;
   margin-bottom: 11px;
}
a:link { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: black; text-decoration: none }
a: active { color: white; text-decoration: none }

#header {
   width: 776px;
   height: 86px;
   border: 5px solid #000000;
   background-color: #444444;
   background-image: url('../w3c.gif');
   background-repeat: no-repeat;
   background-position: center;
   float: left
}
#menu {
   width: 165px;
   height: 1090px;   
   border-top: 5px solid #000000;
   border-left: 5px solid #000000;
   border-right: 1px solid #000000;
   border-bottom: 6px solid #000000;
   background-color: #444444;
   padding: 5px;
   float: left;
}
#content {
   width: 590px;
   height: 1100px;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #000000;
   padding: 5px;
   float: left;
}
#container {
   margin-right: auto;
   margin-left: auto;
   width: 800px;
}
#container2 {
   margin-right: auto;
   margin-left: auto;
   width: 990px;
}
#menu2 {
   width: 170px;
   height: 1211px;   
   border: 5px solid #000000;
   margin-top: 18px;
   background-color: #444444;
   padding: 5px;
   float: right;
}