body {
	background-color:#000000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}
a:link {
	text-decoration: underline;
	color:#FF0000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
a:active { 
	color: #FF0000;
	text-decoration: none;
}
h1 {
    font-family: fantasy, decorative, Arial, Helvetica, sans-serif;
	font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
#content_section {
	width:617px; 
    height:565px; 
    overflow: auto;
    padding-right: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

#content_section p{
 margin-right: 5px;
}

.red {
	color: #FF0000;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#buttons{
  position: relative;
  color: white;
  background-color: black;
  border-top: 4px solid red; 
  border-bottom: 4px solid red;
  font-family: fantasy, decorative, Arial, Helvetica, sans-serif;
  text-align: left ;
/*  width: 1180px; */
  height: 20px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
}

*.btn{
  font-size: 14pt;
  padding-right: 6px;
  padding-left: 0px;
  margin: 0px;
  text-align: center;
  /* width: 60px;
  min-width: 60px;  Taken out for IE 8?*/
}
 
/* Handle the anchor/href stuff */
#buttons a:link, #buttons a:visited{
  text-decoration: none;
}

#buttons a:hover{
  color: red;
  text-decoration: none;
}

#buttons a{
  color: white;
  text-decoration: none;
}
 
#bio_table span.bold_span{
  font-weight: bold;
  font-size: 120%;
  color: red;
} 

#nero_artifex{
}
 