body {
    font-family: "Verdana", arial, sans-serif;
		font-weight: normal;
		font-size: 10.5pt;
		letter-spacing: 0px;
		word-spacing: 0px;
		line-height: 25px;
		color: #403100;
		background-color: #fafaae;
		}
		
.thumbnails {
    margin-top: 18px;
		text-align: center;
		}	

#bottom {
		clear: both;
		position-top: 0px;
		height: 10px;
		}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.thumbnail{
position: relative;
z-index: 0;
text-decoration: none;
color: #ffff99;
font-weight: bold;
}

a.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: underline;
color: #412b00;
font-weight: bold;
}

/*these are classes to define the main text*/

.head {
			 	font-weight: bold;
				font-size: 24pt;
				font-family: "ohio script", arial, sans-serif;
				}
				
.subtitle {
        font-weight: bold;
				font-style: italic;
				text-align: center;
				font-size: 13pt;
				}
				
p.infoleft {
        text-align: left;
				margin-top: 5px;
				}
				
p.infocenter {
        text-align: center;
				margin-top: 5px;
				}

span.colorit {
        color: #947204;
				}

a.betterborder:link {
				color: #947204;
				text-decoration: none;
				}			
				
a.betterborder:visited {
				color: #947204;
				text-decoration: none;
				}							
				
a.betterborder:hover {
				color: #483e1b;
				text-decoration: none;
				}		
				
a.betterborder:active {
				color: #483e1b;
				text-decoration: none;
				}						
				
a.betterborder:link img{
        border-color: #947204;
				}

a.betterborder:visited img {
        border-color: #947204;
				}				
				
a.betterborder:hover img {
        border-color: #483e1b;
				}
				
a.betterborder:active img {
        border-color: #483e1b;
				}

a.toinfo {
        color: #977f18;
				font-weight: bold;
				text-decoration: none;
				}

a.toinfo:hover {
				color: #483e1b;
				font-weight: bold;
				text-decoration: underline;
  			}
				
a.endlinks {
				text-decoration: none;
				color: #412b00;
				font-weight: bold;
				}
				
a.endlinks:hover {
        text-decoration: underline;
				}
				
a.external {
        color: black;
				font-weight: bold;
				text-decoration: none;
				}

a.external:hover {
				color: #977f18;
				font-weight: bold;
				text-decoration: underline;
  			}
