#ajaxticker1{
width: 220px;
height: 75px;
border: 4px inset gray;
padding: 5px;
background-color: #990000;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #990000;
}

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


.hovermenu ul{
font: bold 13px arial;
padding-left: 1;
margin-left: 0;
}

.hovermenu ul li{
list-style: none;
display: inline;

}

.hovermenu ul li a{
padding: 2px 0.57em;
text-decoration: overline;
float: left;
background-color: #990000;
color: #ffffff;
border: 3px ridge #999999;
}

.hovermenu ul li a:hover{
background-color: #FF0000;
color: #ffffff;
border-style: outset;
text-decoration: underline;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


.redtext1 {
color: #990000; 
font-size: 18px; 
font-weight: normal;
}

.redtext2 {
color: #990000; 
font-size: 18px; 
font-weight: bold;
}

.redtext3 {
color: #990000; 
font-size: 18px; 
font-weight: bold; 
text-decoration: underline;
}

.whitetext1 {
color: #ffffff; 
font-size: 18px; 
font-weight: nomal;
}

.whitetext2 {
color: #ffffff; 
font-size: 18px; 
font-weight: bold;
}

.whitetext3 {
color: #ffffff; 
font-size: 18px; 
font-weight: bold; 
text-decoration: underline;
}

.whitetext4 {
color: #ffffff; 
font-size: 22px; 
font-weight: bold; 
text-decoration: underline;
}

.whitetext6 {
color: #ffffff; 
font-size: 12px;
}

.whitetext5 {
color: #ffffff; 
font-size: 16px;
}



.redpl1 {
color: #990000; 
font-size: 18px; 
font-weight: bold; 
text-decoration: underline; 
font-family: Arial 
font-style:italic;
}

.redpl2 {
color: #990000;
 font-size: 22px; 
font-weight: bold;
font-family: 
Arialblack;
}

.whitepl1 {
color: #ffffff; 
font-size: 18px; 
font-weight: bold; 
font-family: Arial 
font-style:italic;
}

.whitepl2 {
color: #ffffff; 
font-size: 18px; 
font-weight: bold; 
font-family: Arial;
}

h1 {
color: #ffffff; 
font-size: 18px; 
font-weight: normal; 
text-align: center
}

B {
color: #990000; 
font-size: 18px; 
font-weight: bold
}

.linktext1 a:link {
color: #3399ff;
font-size: 18px; 
font-weight: bold;
}
.linktext1 a:visit {
color: #3399ff;
font-size: 18px; 
font-weight: bold;
}
.linktext1 a:hover {
color: #ffffff; text-decoration: none;
font-size: 18px; 
font-weight: bold;
}

.linktext2 a:link {
color: #3399ff;
}
.linktext2 a:visit {
color: #3399ff; 
}
.linktext2 a:hover {
color: #ffffff; text-decoration: none;  
}


<!--
BODY{
scrollbar-face-color:#990000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#A9A9A9;
scrollbar-shadow-color:'#000000';
scrollbar-highlight-color:'#F00000';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'#8B0000';
}
-->

a.body:link {color: #3399ff;}
a.body:visited {color:#ffffff;}
a.body:hover {color: #ffffff; text-decoration: none;}

