@CHARSET "ISO-8859-1";

	body {
		margin: 60px;
		padding: 20px;
	}
	
	* {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: gray;
		text-align:justify;
	}
		
	#ticker *, #ticker a:active:link:visited {
		font: inherit;
		color: gray;
		background: transparent;
		text-decoration: none;
	}
	
	#ticker a:hover {
		font: inherit;
		color: #6FA8E1;
		background: #DFECF9;
		text-decoration: none;
	}
