Navigational Map Nav Reference 11.3
and add the definition for the validators' class and linked images (so they don't display a border) to the CSS:
/*
Division to align and display the linked validator images.
*/
.validators {
text-align: center;
background: #6699FF;
color: #000000;
margin: 3% 10% 0% 10%;
padding: 0em;
border: 1px;
}
/*
Border is defined so that linked images do not have a border.
*/
.linked-image {
border: 0px;
}