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

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

#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
}