.moreInfo{
   text-align: center;
   font: 70% normal;
   font-weight: bolder;
   } 
dd {
    padding-bottom:0px;
    }
#fullrev{
   width: 560px;
   }
#controlLinks {

 background:gray;
 font-family:Helvetica;
 padding-top:15px;
 text-align:center;
 }
#controlLinks a{
 padding:5px;
 margin:2px;
 font-weight:bold;
 border: 4px #0000bf solid; 
 text-decoration:none;
 font-size:110%;
 background: white;
 }
#controlLinks a:hover {
  font-size:110%;
  font-weight:bold;
  background:blue;
  color:white;
  }  
#controlLinks a:active {
  background:#6699FF;
  color:white;
  }  