*, body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
}

#ticker {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 2px;
	border-top: 1px dashed #ED0677;
	border-bottom: 1px dashed #ED0677;
	color: #ED0677;
	position:relative;
	height:20px;
	overflow:hidden;
	vertical-align:middle;
	background-color:white;
}

#marquee {
	position:absolute;
	left:0px;
	top:2px;
	font-family:verdana,arial,sans-serif;
	font-size:medium;
	white-space:nowrap;
}

#ticker * a {
	text-decoration: none;
	color: #ED0677;
}

#ticker * a:visited {
	text-decoration: none;
	color: #ED0677;
}

#ticker * a:hover {
	text-decoration: underline;
	color: #ED0677;
}