* { margin: 0; padding: 0; }
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
body {
	font-size: 76%;
	background: white;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}
a:link,a:visited {	color: #006;	}
a:hover,a:active {	color: #69f;	}
#ticker {
	padding: 2px;
}