.ArialText {
	font-family: Arial, Helvetica, sans-serif;
}
.Arial_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #060;
}
.CenterText {
	text-align: center;
}
.ItalicText {
	font-style: italic;
}
.RedText {
	color: #F00;
}
.Purpletext {
	color: #60C;
}
.BlueText {
	color: #00F;
}
.MaroonText {
	color: #900;
}
#pscroller1{
width: 300px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: lightgreen;
}