.pageTitle {
    font-size: xx-large;
    font-weight: bold;
    font-family: "Comic Sans MS",Verdana,Helvetica,sans-serif;
}
.calebHead {
/*    -moz-opacity:0.5; */
    filter:alpha(opacity=50);
}
TD,
TH,
.mainBody,
.leftColumn,
.navBar,
.pageTitle,
.copyright {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 85%;
}
.leftColumn {
    padding: 5px;
}

.box,
.navBar {
    width: 50%;
    border-style: solid;
    border-width: 1;
    border-color: #e88419;
}
.box {
    width: 90%;
    padding: 5;
}
.pageTitle {
    font-size: x-large;
    font-weight: bold;
}
.page {
   background-color: white;
   padding: 10;
}
.copyright {
    font-size: x-small;
    font-style: italic;    
}
BODY {
    margin: 5;
    border-style: solid;
    border-width: 1;
    border-color: black;
    background-color: lightgrey;
}
#bombDropper {
    font-size: smaller;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center;
}
    










