html, body
  {
  
  margin:0px;
  padding:0px;
  }
  
.navigation
  {
  color:#000000;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  
  }
  
  
A:link
  {
  color:#5D5D5D;
  background:none;
  
  letter-spacing:normal;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A:visited
  {
  color:#5D5D5D;
  background:none;
  
  letter-spacing:normal;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A:active
  {
  color:#5D5D5D;
  background:none;
  
  letter-spacing:normal;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A:hover
  {
  color:#000000;
  background:none;
  
  letter-spacing:normal;
  text-decoration:none;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }