/*Example CSS for the two demo scrollers*/

a{
	color: #932649;
}

a:hover{
	color: #E69DB5;
}

#pscroller1{
width: 140px;
height: 120px;
border: none;
padding: 5px;
background-color: black;
font-family: sans-serif;
font-weight: bold;
font-size: 10pt;
color: #E69DB5;
}

#pscroller2{
width: 140px;
height: 40px;
border: none;
padding: 5px;
font-family: sans-serif;
font-weight: bold;
font-size: 8pt;
}

#pscroller2 a{
text-decoration: none;
color: #932649;
}

.someclass{ //class
}

.webmaster{
font-size: 90%
color: #008080
}