.Nav  { 
  font-family: Verdana; 
  font-size: 12pt; 
  color: #000080; 
  text-decoration: none; 
  font-weight: bold;
}
               
.photo-borders { 
  border-top-style: solid; 
  border-top-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-width: 2px; 
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 1px;
  padding: 2px; 
  color: #3999DC;
}

.Nav a: {
  font-family: Verdana;
  font-size: 12pt;
  color: #000080; 
  text-decoration: none;
  font-weight: bold;
}

.Nav a:hover {
  font-family: Verdana;
  font-size: 12pt;
  color: #0066FF;
  text-decoration: none;
  font-weight: bold;
}