.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;       
}                                   

img { transition: all .3s ease-in-out; }
img:hover { transform: scale(1.1); opacity: 0.5;}
                     
.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
}



