/* ORDER MUST BE: Link, Visited, Hover, Active */
/*
a:link    { color:#FFFF00; text-decoration:underline }
a:visited { color:#FFFF00; text-decoration:underline }

a:hover     { color:lime; text-decoration:underline }
a:active   { color:lime; text-decoration:underline }
*/

pre {
	font-family: Georgia, Calibri, Verdana, Arial;
	font-size: 80%;
	line-height: 120%;
}

hr {
  height:0; 
  border:0; 
  border-top:2px solid #000000; 
  height: 2px;
}

.footnote { 
  position: relative;
  font-family: Calibri, Georgia, Arial, Verdana;
  font-weight: 600;
  font-size: 15px;
  color:  #000000; 
  line-height: 100%;
  }
  
.spacer {
	background-color: #B8B8E8;
	height: 20px;
}

.menu {
	vertical-align: center;
	font-family: Georgia, Arial, Verdana;
	font-weight: 900;
	font-size: 22px;
	color: #800000;
	line-height: 100%;
	background-color: #A0A0E0;
}

.bio {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: center;
	font-family: Calibri, Georgia, Arial, Verdana;
	font-weight: 900;
	font-size: 16px;
	line-height: 100%;
	color: #700000;
	background-color: #E0D000;
}