/* scroller background: iframe BODY object */
.Back {
	background: white;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: 
    Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding: 5px;
	color: #BA122B;
}
a:hover{
color: #BA122B;
text-decoration:underline;
font-weight:bold;
}
a{
color: #BA122B;
text-decoration:none;
font-weight:bold;
}
