#pscroller1
{
	width:160px;
	height:120px; 
	overflow: hidden;
	xxxborder: 1px solid black;
	padding: 5px;
	text-align:left;
}

#pscroller2
{
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
}

#pscroller2 a
{
	text-decoration: none;
}

.someclass
{ 
}

.eventDate
{
	xxxcolor: #220804;
	font-style: italic;
}

.eventTitle
{
	xxxcolor: #220804;
	font-weight: bold;
}

.eventDescription
{
	color: #220804;
	margin: 10px;
}

