/* CSS Document */

<style type="text/css">
body {
	background-color: #000000;
}
body,td,th {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px;
}
.style1 {
	color: #FF3300;
	font-weight: bold;
}
.style2 {color: #FF6600}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
.style3 {color: #000000}
.style4 {color: #000000; font-weight: bold; }
</style>
<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 150px;
border: 0px solid black;
padding: 2px;

}

#pscroller2{
width: 150px;
height: 50px;
border: 0px solid black;
padding: 2px;
}

#pscroller3{
width: 150px;
height: 50px;
border: 0px solid black;
padding: 2px;
}

#pscroller2 a{
text-decoration: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.style5 {color: #FFFFFF}
</style>
