/*body {font:80%/150% verdana,sans-serif; color:#006; margin:0}
h1 {font:200% georgia,serif; color:#009; margin-top:20px}
*/

/* position:relative and overflow:hidden are required */
#scroller {
	position: relative;
	overflow: hidden;
}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {
	display:none; 
	text-align:right;
}

/* add link formatting for the controls */
#controls a {}

/* add formatting for the scrolling text */
#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 7px 0px 0px 0px; /*padding-top: 7px; padding-bottom: -2px;*/
}
#tag a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
#tag a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#tag a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#tag a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

/* #testP must also contain all text-sizing properties of #tag */
#testP {
	visibility:hidden; 
	position:absolute; 
	white-space:nowrap;
}

/* used as a page top marker and to limit width */
#top {
	width:350px; 
	margin:auto;
}