*{ margin:0; padding:0;}
body{ 
  height:85%;	
  background-color:#000000;
  color:#00ff00;
} 
.header, .body, .footer{
  width:100%; 
  --height:20%;	
  padding:0px;
}
.header{	
  height:15%;	
  margin:auto; 
  background:#000000;  
}
.body{	  
  margin:auto;  
  height:65%;	
  background:#000000;  
}
.footer{
  margin:auto;  
  background-color:#000000; 
  clear:both;
}
.sidebarLeft, .sidebarRight{
  float:left;
}
.sidebarRight{ 
  margin:auto;
  height:65%;	
  background: #000000;
  width:85%;
  padding:0px;
}
.sidebarLeft{
  margin:auto;
  height:65%;	
  background:#000000;
  width:15%;
}
/*LINKS*/
A.lnk:link {
  FONT-WEIGHT: bold;
  /*FONT-SIZE: 12;*/
  FONT-FAMILY: sans-serif;
  text-decoration: none;
  COLOR: #00ff00;
  VERTICAL-ALIGN: top;
  TEXT-ALIGN: left;
}
A.lnk:visited {
  FONT-WEIGHT: bold;
  /*FONT-SIZE: 12;*/
  FONT-FAMILY: sans-serif;
  text-decoration: none;
  COLOR: #00ff00;
  VERTICAL-ALIGN: top;
  TEXT-ALIGN: left;
}
A.lnk:hover {
/*FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; TEXT-INDENT: 10px; BACKGROUND-COLOR: #fbfbf9; TEXT-DECORATION: none
*/
  COLOR: #00ff00;
  /*FONT-SIZE: 12;*/
  text-decoration: none;
  BACKGROUND-COLOR: #333333;
}
