.message {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: silver silver silver silver;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #fff9dd;
}

marquee {
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-top-style : none;
	border-bottom-style : solid;
	border-top-color : silver;
	border-bottom-color : silver;
	padding-top : 2px;
	padding-bottom : 2px;
	
	text-decoration: none;
	color: #333333;
  
}


.msg{
  text-align : left;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-left : auto;
  margin-right : auto;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : silver;
  border-bottom-color : silver;
  width : 500px;
}

