html { font-size: 100%; /* IE hack */
}
body {
background-color: #FFFFFF;
font-family: Georgia, "Times New Roman", serif;
font-weight: normal;
color: #000000;
width: 800px;
height: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 5px;
font-size:62.5%;
}
#container {
width: 700px;
background-color: #000000;
min-height: 100%;
}
#navrow {
background-color: #000000;
height: 50px;
width: 700px;
border: none
}
.navcolumn {
  float: left;
  width: 110px;
  background-color: #000000;
  text-align: center;  
  border: none
}
p {
text-align: left;
}
p.circle {
margin-left: 10px; 
margin-right: 10px; 
}
p.eventarchive {
font-family: "Times New Roman", Georgia, serif;
font-size: 1.0em;
margin-left: 10px; 
margin-right: 10px; 
}
p.credit {
text-align: right;
margin-left: 5px;
margin-right: 10px;
margin-top: 0px;
font-size: 0.6em;
}
p.email {
text-align: left;
margin-left: 10px;
margin-top: 0px;
font-size: 0.8em;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
font-size: 1.1em; 
color: #0066CC;
text-align: center;
}
a:link{
font-family: Georgia, "Times New Roman", Times, serif;
color: #006699;
font-weight: 700;
text-decoration: none;
text-align: left;
font-size: 1.0em;
/* specificity = 1*/
}
a:visited{
font-family: Georgia, "Times New Roman", Times, serif;
color: #0066CC;
font-weight: 700;
text-decoration: none;
text-align: left;
font-size: 1.0em;
/* specificity = 1 */
}
a:hover{
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF7A58;
font-weight: 700;
font-size: 1.0em;
/* specificity = 1 */
}
a:active{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 700;
color: blue;
text-align: left;
font-size: 1.0em;
/* specificity = 1 */
}
a.nav:link{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: black;
color: #FF7A58;
font-weight: 700;
text-decoration: none;
text-align: left;
font-size: 0.8em;
/* specificity = 1*/
}
a.nav:visited{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: black;
color: #0066CC;
font-weight: 700;
text-decoration: none;
text-align: left;
font-size: 0.8em;
/* specificity = 1 */
}
a.nav:hover{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: black;
color: #89C7D2;
font-weight: 700;
font-size: 0.8em;
/* specificity = 1 */
}
a.nav:active{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: black;
font-weight: 700;
color: #0066CC;
text-align: left;
font-size: 0.8em;
/* specificity = 1 */
}
