/* CSS Document */
td {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: blue}
<!--
a{text-decoration:none; color: blue;}
//-->
a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: blue;}

.kccontent {
	color:	blue;
}
.terai {
	color:	blue;
}
.white {
	color:	blue;
}
.yellow {
	color:	blue;
	font-weight:	bold;
}
.birur {
	color:	blue;
}

#pscroller1{
width: 350px;
height: 80px;
border: 0px solid black;
padding: 5px;
background-color:;
}
#pscroller2{
width: 350px;
height: 80px;
border: 0px solid black;
padding: 5px;
background-color:;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}