BODY {
 background-color: #eeeeee;
}
.header {
 font-size: 24;
 font-weight: bold;
 color: darkblue;
}
.elementHeader {
 background-color: #ffcc4e;
 font-size: 24;
 font-weight: bold;
 color: darkblue;
}
.contentElement {
 padding: 10px;
 margin: 10px;
}
.content {
 background-color: beige;
 }
.bodybackground { background-color: #eeeeee; }
.thbackground { background-color: #ffcc4e; }
.tdbackground { background-color: beige; }
.tablehead { font-size: 14;font-weight: bold; color: darkblue;}
.thfont { font-size: 24; font-weight: bold; color: darkblue; }
h2 { font-size: 18; }
.data { border-color: lightblue; border-style: ridge;}
.photocaption { font-family: verdana; font-size:11; }
.event { text-indent: -3.8em; margin-left: 3.8em;}

HR                   { color: #ffcc4e; background-color: #852743; height: 4px; }
.caption             { color: #000000; font-size: 0.7em; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; }
.csc-textpic-caption { color: #000000; font-size: 0.7em; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; }
.alignRight          { float: right; margin-right: 8px; margin-left: 8px; }
.alignLeft           { float: left; margin-right: 8px; margin-left: 8px; }
.align-left {
 text-align: left;
 }
.align-right {
 text-align: right;
 }
.align-center {
 text-align: center;
 }
.indent {
 display: block;
 margin: 1em 40px;
 }
