body {
	background-color: white;
	border: 1px solid #930909;
}

.titrot {
color:#000000;text-decoration:none;font-family:Arial;font-size:60%;font-weight:normal;font-style:normal;
}

.titrot:hover {
background-color:transparent;text-decoration:underline;font-weight:normal;font-style:normal;
}

.secrot {
font-family:Arial;text-decoration:none;font-weight:bold;font-size:80%;color:#cc0000;}
.secrot:hover {
text-decoration:underline;font-weight:bold;color:#CCCCCC; background-color:#97AACC;}


#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 290px; /*marquee height */
overflow: hidden;
padding: 10px;
padding-left: 4px;
}


