.pagetitle {
  font-family: "Courier New", Courier, monospace;
  font-size: 36pt;
  color: #FFFFFF;
  font-weight: bold;
}
.thumbtitle {
  font-family: "Courier New", Courier, monospace;
  font-size: 12pt;
  color: #000000;
}
.imagetitle {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  color: #FFFFFF;
}
body {
    margin:0;
    padding: 0;
}
td {
    vertical-align:middle;
    text-align:center;
}                    

}                                                                     
* html body {
    font: 100% Georgia, "Times New Roman", Times, serif;   
    font-size: 36pt;
    font-weight: bold;
}
img {                        
    margin:0;  
    padding:0;         
    border:0;       
}                                   
                       
.listphoto {
    margin:5px;
    border: 5px solid #000000;
}  

/* =Internet Explorer Fixes  
----------------------------------------------------------------------*/

.hoverbox a
{
    position: relative;
}

.hoverbox a:hover
{
    font-size: 100%;
    z-index: 1;
}

.hoverbox a:hover .preview
{
    top: 38px;
    left: -100px;
}

.hoverbox li
{
    position: static;
}

.nav {
    padding:10px;
    background-color:#bcbcbc    
    font-size: 36pt;
    font-weight: bold;
}
.nav a {
    text-decoration:none;
    font-size: 18pt;
    font-weight: bold;
}             
.nav a:HOVER {
    background-color:#878787;    
    color:#FFFFFF;
} 

.header {
    display:block;
    padding:10px;
    background-color:#AAAAAA
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
    cursor: default;
    list-style: none;
}

.hoverbox a
{
    cursor: default;
}

.hoverbox a .preview
{
    display: none;
}

.hoverbox a:hover .preview
{
    display: block;
    position: absolute;
    top: 38px;
    left: -100px;
    z-index: 1;
}

.hoverbox img      
{
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
max-width:150px;
}

.hoverbox li
{
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin: 3px;
    padding: 5px;
    position: relative;
}

.hoverbox .preview
{
    border-color: #000;
    width: initial;
    height: initial;
max-width:500px;
}         

