body { 
 margin-left: 0px; 
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
text-color: #dcdcdc;
} 

P {
 text-indent: 20px; /* 10 */
}
a:link {
color: #696969;
text-decoration:none;
}

a:visited {
color: purple;
text-decoration:none;
}

a:active {
background-color: #ffffff;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:none;
}



#top { 
 display: block; 
 margin: 0px; 
 padding: 0px; 
 height: 100px; 
 width: 100%; 
 border-bottom-width: 0px; 
 border-bottom-style: solid; 
 border-bottom-color: #000000; 
 float: left; 
text-color: #dcdcdc; bold;
} 
#left { 
  
 margin: 0px; 
 float: left; 
 height: 1000px; 
 width: 14%; 
 padding-top: 1%; 
 padding-right: 2%; 
 padding-bottom: 2%; 
 padding-left: 2%; 
 background-color: #f4a460; 
 text color: #dcdcdc; 

} 
#content { 
 display: block; 
 margin: 0px; 
 padding: 10px; 
 width:99%; 
 float: left;
background-color: #696969 
} 
#fut { 
 display: block; 
 margin: 0px; 
 padding: 0px; 
 height: 50px; 
 width: 100%; 
 border-top-width: 0px; 
 border-top-style: solid; 
 border-top-color: #FF0000; 
 float: left;
background-color: #696969; 
text-color: #dcdcdc;
text-size: 12pt
} 
#center { 
 display: block; 
 margin: 0px; 
 float: left; 
 height: 1000px; 
 width: 64%; 
 padding-top: 1%; 
 padding-right: 0%; 
 padding-bottom: 2%; 
 padding-left: 0%; 
 background-color: #ffa54f; 
text-color: #696969;
text-align: center;
} 
 #right { 
 display:block ; 
 margin: 0px; 
 float: left; 
 height: 1000px; 
 width: 14%; 
 padding-top: 1%; 
 padding-right: 2%; 
 padding-bottom: 2%; 
 padding-left: 2%; 
 background-color: #f4a460; 
} 

