body {
	background-color: #ededed;
	border: none;
}

.titrot {
color:#000;text-decoration:none;font-family:Arial;font-size:60%;font-weight:bold;font-style:normal;
}

.titrot:hover {
background-color:transparent;color:#ed801d;text-decoration:none;font-weight:bold;font-style:normal;
}

.secrot {
font-family:Arial;text-decoration:none;font-weight:bold;font-size:80%;color:#297a2b;}
.secrot:hover {
text-decoration:none; font-weight:bold; color:#ed801d; }


#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 205px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}


