/* CSS Document */
.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery td{ /*CSS for TABLE containing a photo album*/
font-family: 'Shadows Into Light Two';
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid black;
width:300px;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
border: 15px black;
}
.photonavlinks a:link{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
text-decoration: none;
color: white;

}
.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: transparent;
}
