/**
 * Page module: SimpleTicker
 *
 * MODULE LICENSE: GNU General Public License 3.0
 *
 * author		Burkhard Hekers (Uthred)
 * copyright	(c) 2010
 * license		http://www.gnu.org/licenses/gpl.html
*/

div.TICKER h2 {
	color: green;
}

div.TICKER  p {
	line-height: 33px;
}

#TICKER {
   padding-top:      5px ;
   padding-bottom:      5px ;
   width:       	772px;
   height: 22px;
   overflow:		hidden;
   background: 	   	white;
   position:       	center;
   white-space: nowrap;
}
#TICKER_BODY{
 font: 14px arial; 
 color: #0;
}
#TICKER_BODY a {
 color:black; 
 text-decoration:underline; 
}

#TICKER_BODY_HEAD{
 FONT: bold 14px arial; 
 COLOR:#F00;
}

#TICKER_BODY_TRAILER{
 FONT: bold 14px arial; 
 COLOR:#0;
}

																																																			
