body {
	background-color: transparent;
	border: 1px solid #d3d2d2;
}

.titrot {
color:#666666;text-decoration:none;font-family:Arial;font-size:60%;font-weight:bold;font-style:normal;
}

.titrot:hover {
background-color:transparent;color:#bc0000;text-decoration:underline;font-weight:bold;font-style:normal;
}

.secrot {
font-family:Arial;text-decoration:none;font-weight:bold;font-size:70%;color:#33358c;}
.secrot:hover {
text-decoration:underline;font-weight:bold;color:#CCCCCC;background-color:transparent; background-color:#c11314;}


#marqueecontainer{
position: relative;
width: 240px; /*marquee width */
height: 300px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}


