<!--
/* Default styles incase you don't have an external css. */
body { background-color: rgb(56,56,56); color: rgb(180,180,180); font: 82% verdana, arial, sans-serif }
table { font-size: inherit }
p, td, div {font-family: tahoma, verdana, arial, sans-serif }
h1, p {text-align: center; color: #fff; }
h1 {font-size: 1.3em; font: Verdana, Geneva, Arial, Helvetica, sans-serif; }

a:link, a:active, a:visited { color: #708090; text-decoration: none;}
a:hover { color: #b0b0d0; text-decoration: underline }

/* the following styles must be included somewhere, since they controll all formatting */
#photo { text-align: center }
#photo table { width: 80%; text-align: center; margin-right: auto; margin-left: auto }
#photo table td { padding: 0px 10px 10px 10px }
#photo .fulltitle { margin-bottom: 0px; padding-bottom: 0px }
#photo .series { margin-top: 0px; padding-top: 0px }
br.hideme { visibility: hidden; volume: silent }
/* hidden from netscape 4: */
div#photo img { border: 1px solid #708090 } 
div#photo .caption { text-align: left; width: 500px; margin-right: auto; margin-left: auto }
-->