body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; color: #333;
	margin: 0;
	padding: 0;
	background: rgb(250,249,247) 0 0;
}

#marqueecontainer {
	position: relative;
	width: 230px; /*marquee width */
	height: 60px;
	padding: 0;
	margin: 0;
	background-color: rgb(250,249,247);
}

hr {
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top: 1px dotted silver;
	margin-top: 5px;
	margin-bottom: 5px;
}
.style2 {
  color: #FF0000;
  font-weight: bold;
}

a {
	color: rgb(0,102,179);
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

p {
	margin: 0;
}
