.marquee {
    background-color: #B40404;
    color: #ffffff;
    font-family: Verdana;
    font-size: 14px;
    height:30px;
    line-height:28px;
    overflow:hidden;
    position:relative;
}
.marqueetext {
    color: #ffffff;
    white-space:nowrap;
    position:absolute;
    font-family: Verdana;
    font-size: 14px;
    font-style: oblique;
		display: none;
}
/*
PLEASE DO NOT CHANGE,
unless you have purchased the Remote Link license.

To remove the link add a line
dispaly: none; to #marquee_credits css below
so it looks as follows
  
#marquee_credits {
display: none;
font size: 10px;
.......
}
*/
#marquee_credits {
	font-size: 10px;
	text-align: right;
	line-height: 11px;
  padding-top:2px;
	vertical-align: bottom;
}
