body
{
    font-size: small;
    background-color: #ffffcc;
    color:#000080;
}
ul#staff
{
     list-style-type:none;
     float:left;
     padding:0;
     margin-left:.5em;
}
 h1
{ font-size:120%;
    font-weight:bolder;
    text-align:center;
     margin-bottom:0;
}
#staff h2
{
    font-size:110%;
    text-align:center;
    text-decoration:underline;
    margin-top:1em;
    margin-bottom:0;
}
#staff h3
{
    font-size:105%;
    font-weight:normal;
    text-align:center;
    margin-top:0;
}
#staff div
{
    margin-left:1em;
    margin-right:1.5em;
    
    
}
#content
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    border:.4em ridge White;
    
}
#content img
{
   width:700;
   margin-left:3em;
}
    
#content p
{
    color:Blue;
    font-size:150%;
    text-decoration:underline;
    text-align:center;
    font-weight:bold;
}

#content h1
{
    margin-top:-1em;
    font-size:110%;
    text-align:center;
    font-weight:bold;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000FF;
	background-color: #FFFF00;
	text-decoration: none;

}


a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF00;
	background-color: #0000FF;
	text-decoration: none;

}

