/*Example CSS for the two demo scrollers*/

#pscroller2 {
font-family: arial, sans-serif;
font-size: 9pt;
font-weight: bold;
height: 22px;
text-align: left;
border: 0px solid black;
padding-bottom: 1px; 
}

#pscroller2 {

a:link {color: #0000FF; text-decoration: none;} /* unvisited link */
a:visited {color: #0000FF; text-decoration: none;} /* visited link */
a:hover {color: #0000FF; text-decoration: underline;} /* mouse over link */
a:active {color: #0000FF; text-decoration: none;} /* selected link */
}
