body {background-color: CCCC99}
td {font-family: Arial}
td {font-size:11pt Arial; color:maroon; margin-left: 10px; margin-right: 10px}
h1 {font-size:12pt Arial; color:red}
td {font-size: 75%}
P{margin-left: 10px}P{margin-right: 10px}
a {text-decoration: none}
a:link     {color:black}
a:visited  {color:black}
a:hover    {color:red}

 .tanc {FONT-SIZE: 12px; COLOR: navy; FONT-FAMILY: Arial; TEXT-ALIGN: justify>;}
 .tabb { font-weight:bold; font-size:14px; font-family:Arial; TEXT-ALIGN: center;}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid blue;
font: normal 12px Arial;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
color: red;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFCC00;
}
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 550px;
height: 55px;
border: 1px solid white;
padding: 5px;
background-color: brightyellow;
font-family: arial;
color: #00ff00;
}

#pscroller2 a{
text-decoration: none;
}

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

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 550px;
height: 55px;
border: 1px solid white;
padding: 5px;
background-color: brightyellow;
font-family: arial;
font-size: 125%;
color: #00ff00;
}

#pscroller2 a{
text-decoration: none;
}

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