.ticker
{
	position:	relative;
	visibility:	hidden;
	left:		0px;
	top:		0px;
	border: solid 0px green;
	padding-bottom:	2px;
	font-size:	14px;
	/*font-weight:	bold;*/
	font-family:Arial;
	width:		200%;
	line-height:150%;
}

.date
{
	color:		green;
	cursor:		hand;
	cursor:		pointer;
	padding-bottom:	2px;
	padding-left:	5em;
	padding-right:	1em;
	margin:		0px;
	font-style:italic;
}

.title
{
	color:		green;
	cursor:		hand;
	cursor:		pointer;
	padding-bottom:	2px;
	padding-right:	1em;
	margin:		0px;
	font-weight:bold;
}

.text
{
	color:		green;
	cursor:		hand;
	cursor:		pointer;
	padding-bottom:	2px;
	margin:		0px;
}

.item
{
	border: solid 1px green;
}

.blank
{
	padding-left: 5em;
	border-right: solid 1px green;
	margin:		0px;
	/*background-color:Gray;*/
}

.ticker a:link              { color:green;}
.ticker a:visited           { color:darkgreen; }
.ticker a:hover             { color:lightgreen; text-decoration:underline; }
.ticker a:active            { color:green;}

a:hover img {background-color:#eee;}

h1
{
	font-size: 1.5em;
}

#speed {text-align: center; font-weight: bolder;}