body {
	background-color: #f3f3f3 ;
	border: ;
}

.titrot {
color:#333333;text-decoration:none;font-family:Arial;font-size:70%;font-weight:bold;font-style:normal;
}

.titrot:hover {
background-color:transparent;color:#ef811f;text-decoration:underline;font-weight:bold;font-style:normal;
}

.secrot {
font-family:Arial;text-decoration:none;font-weight:bold;font-size:100%;color:#ef811f;}
.secrot:hover {
text-decoration:underline;font-weight:bold;color:#000000;background-color:transparent;}


#marqueecontainer{
position: relative;
width: 350px; /*marquee width */
height: 450px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 20px;
}



