
h1,h2,h3
{
font-family: "verdana", arial, 'sans serif'; 
}

p,table,li,address
{
font-family: "Adobe Garamond Pros", arial, 'sans serif'; 
margin-left: 9pt;
}

p,li,th,td
{
font-size: 10pt;
}

h1,h2,h3,hr
{
color:saddlebrown;
}

a:link     { color:saddlebrown }
a:visited  { color:saddlebrown }
a:active   { color:red }
a:hover    { color:red }

body
{
background-color: #FFFFFF;
}


#pscroller1{
width: 450px;
height: 20px;
border: 0px solid black;
padding: 3px;
background-color: white;
}

#pscroller2{
width: 350px;
height: 20px;
border: 0px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
background-color: white;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#ul {
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#li {
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}