body.folders { background: black; color: white; text-align: center; }
body.pics { background: black; color: white; text-align: center; }

.title { font-size: 2em; }
.folder_name { font-size: 0.80em; }
.pic_name { font-size: 0.80em; }
.num_pics { font-size: 0.60em; }
.pic_info { font-size: 0.50em; }

.folder_grid { width: 100px; height: 75px; }
.pic_grid { width: 100px; height: 75px; }

img.small { border: 0; }
img.large { border: 0; }

a.folder {text-decoration: none; }
a.image {text-decoration: none; }
a.page {text-decoration: underline; }

#imageData #caption{ color:black; font-size:1.2em; font-weight:normal; }
#imageData #numberDisplay{ color:#808080; font-size:1em; font-weight:bold; display: block; clear: left; padding-bottom: 1.0em;}
