@charset "UTF-8";

/* CSS for the scrollering news on theshortbusrocks.com home page */

#pscroller1{
	width: 200px;
	height: 200px;
	padding: 5px;
	font-size: 14px;
}

/* class to apply to your scroller(s) if desired */
.scrollerclass{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6C429;
	font-size: 16px;
	font-weight: normal;
}

/* NOTE: order is important: Link, Visited, Hover, Active */
.scrollerclass a:link {
	font-size: 16px;
	color: #F6C429;
	text-decoration: blink underline;
}

.scrollerclass a:visited {
	font-size: 16px;
	color: #F6C429;
	text-decoration: underline;
}

.scrollerclass a:hover {
	font-size: 16px;
	color: #F6C429;
	text-decoration: underline;

}

