#ticker {
	height: 92px;
    overflow: hidden;
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    width: 99%;
    line-height: 20px;
    text-align: -webkit-center;
}
#ticker li {
	height: 90px;
	text-align: left;
	margin-left: -40px;
	list-style-position: inside;
	list-style-type: square;
}


/************************/
/* WORKSHOP STYLE       */
/************************/

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
	text-decoration: none;
}
.bar a:hover {
	color: #FFFFFF;
}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #E6D2D2;
}
