BODY {    font: "Times New Roman";
		  font-size: 100%;
          background-color: #000051; /* #444; */
     }

A:active, a:hover {color: red; text-decoration: underline;	font-weight: bold;}

A.list:link, A.list:visited { color: white; text-decoration: none;}
A:link, A:visited { color: #004800; text-decoration: none;}

H1 {font-size: 2em; }
H2 {font-size: 1.8em; }
H3 {font-size: 1.6em; }
H4 {font-size: italic 1.4em; }
H6 {font-size: 0.6em;  color:white; }

p.ttl
{	margin-left: 75px;
	text-indent: -55px;
	font-size:1.2em;
}

#drifting_top {	display: none;  }

#author_list {	z-index:2; }

.author_list 
{	background-color: #555;
	color: white;
}

#author_display {	z-index:1; }

.author_display
{	position:fixed;
		_position:absolute;
	background-color: #000051;
	color: white;
	margin-top: 15px; 
}


.pgbdy
{	background-color: #ddd;
	color: black;
}

.small_print
{	font: "Courier"; 
	font-size: 0.5em;
}

