body {
    color: #303030;
    font-family: Georgia, Times New Roman, serif;
    background-color:white;
    font-size: 1em;
}
 
#title {
    LETTER-SPACING: .8em;
    font-size: 1.7em;
    word-spacing: .7em;
}

hr {
    border: 0;
    color: #aaaaaa;
    background-color: #aaaaaa;
    height: 1px;
    width: 60%;
    text-align: center;
}

#navbar {
    font-family: Gill Sans, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1em;
  	height: 20px;
	margin-left: auto;
    margin-right: auto;
	word-spacing: 1em;
  	}
  	
#navbar a:link, #navbar a:visited {
	text-decoration: none;
 	color: #9A9A9A;
}

  	
#navbar a:hover, #navbar a:focus {	
	text-decoration: none;
	color: #891010;
}

#current{ 
    text-decoration: none;
    color: #891010;
}

#content{
    width:60%; 
    text-align:left;
    font-size: .9em;
    line-height: 14pt;
 }
 
 #contact_content{
    width:60%; 
    text-align:center;
    font-size: .9em;
    line-height: 14pt;
 }
 
 #caption{
    width:60%; 
    font-family: Gill Sans, Verdana, sans-serif;
    font-style:italic;
    text-align:center;
    font-size: .8em;
    line-height: 20pt;
 }
 
td{
    font-family: Gill Sans, Verdana, sans-serif;
    color: #303030;
    font-size: .8em;
 }
 
 
td a:link, td a:visited {
	text-decoration: underline;
 	color: #B85B38;
}
  	
td a:hover, td a:focus {	
	text-decoration: none;
	color: #891010;
}