/* Photo Album Stylesheet */

body { background-color: black; color: white; font-family: Arial, Helvetica, sans-serif; }
a:link { color: yellow; }
a:visited { color: beige; }
.small { font-size: 90%; }
h1 { font-size: 130%; }
h2 { font-size: 115%; }
td.album { width: 175px; text-align: center; vertical-align: middle; border: solid white 1px; }
