body {
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		background-color: #000000;
}

a 	{
		color: #616161;
		background-color: transparent;
		text-decoration: none; 
}

a:visited 	{
		color: #616161;
		background-color: transparent;
		text-decoration: none; 
}

a:hover { 
		color: #FFFFFF; 	
		background-color: transparent;
		text-decoration: underline;
}

a:active 	{
		color: #616161;
		background-color: transparent;
		text-decoration: none;
}

#datetext {
		font-size: 12px;
		color: #ffffff;
		background-color: #000000;
		font-weight: bold;
}

#headlinetext {
		font-size: 12px;
		font-style: italic;
		color: #ffffff;
		background-color: #000000;
		text-decoration: underline;
}

#newstext {
		font-size: 11px;
		color: #ffffff;
		background-color: #000000;
		text-align: justify
}