
A 			{ color: #FFFFFF; text-decoration: underline;} 
A:link		{ color: #FFFFFF; text-decoration: underline;} 
A:active	{ color: #0000FF;} 
A:hover		{ color: #FF0000;} 

a.entry-time		{font-size:10pt; color: #666666; text-decoration: underline; font-weight:bold;}
a.entry-time:active	{font-size:10pt; color: #0000FF; text-decoration: underline; font-weight:bold;}
a.entry-time:hover	{font-size:10pt; color: #FF0000; text-decoration: underline; font-weight:bold;}


body
{
	background-color: #000000;
	
	/* font stuff */
	
	font-family: Arial, verdana, helvetica;
	font-size:12pt;
	color: #000000;
	
}
table
{
}

.toptable
{
	background-color:#888888;

	/* table specific */
	border:solid #FFFFFF 1px; 
	border-collapse: collapse;
	
}

P#top-title 
{ 
	padding-top: 10px;
	text-align: center;
	font-size:18pt;
}
P#bottom-title 
{
	padding-bottom: 20px;
	text-align: center;
	font-size:14pt;
}

P#archive-title 
{ 
	text-align: center;
	font-size:18pt;
}


td.entry-time
{
	vertical-align: top;
	
	/* td specific */
	align: left;
}

