body {
  background-color: #555555; 
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  

   }

.LinkedItem {
   font-size: 14px;
   color: #AAAAAA; 
   line-height: 22px;
   }

a:link {
   color: #AAAAAA; 
   text-decoration: none;
   }

a:visited {
   color: #AAAAAA; 
   text-decoration: none;
}
a:hover {
   color: #DDDDDD;
   font-weight: bold;
   font-size: 16px;
   text-transform: uppercase;

}
.caption {
 font-size: 10px;
   color: #AAAAAA; 
}

