
.footer {
   position:relative;
   text-align: center;
   color: #888888;
   margin-top: 50px ;
   padding: 0 ;
   width: 751px ;
}

.body {
   position: relative;
   margin: 20px 20px 0px 20px;
   width: 731px ;
   text-align: justify;
}

a {
   text-decoration: underline;
   font-weight: bold;
   color: #777777;

}

h1 {
   font-size: 22px;
   color: #FF6900;
}

#hdescbox {
   position: absolute;
   display: none;
   visibility: hidden;
   width: 0px;
   height: 0px;
}

#descbox {
   position: absolute;
   width: 30%;
   padding: 10px;
   border-style: solid;
   border-width: 1px;
   background-color: #FF8100;
   font-weight: bold;
   text-align: center;
}

.manpage {
  background-color: #f87800 ;
  position: relative ;
  margin-left: 60px ;
}

.manpadding {
  color: #5b2e00 ;
  position: relative ;
  margin-left: 3px ;
  background-color: white ;
}

.mantext {
   margin: 40px 0px 40px 40px ;
}

h1 .appref {
   color: black;
   color: #FF6900;
}

ul {
  list-style: none;
}

.lihead {
  padding: 8px;
  width: 48%;
  background: #FFFAC4;
}
/*
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover  { text-decoration: none }
a:focus { text-decoration: none }
a:active  { border : 0px; text-decoration: none ; }
a:hover p,
a:focus p,
a:active p  { margin : 0px; padding : 0px; text-decoration: none }
*/


