
#public {
	width: 215px;
	background: url(../images/bg_login.gif) no-repeat;
	margin-top:5px;
	padding-bottom: 15px;
}

	#public .title {
		background: url(../images/title_login.gif) no-repeat; 
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		margin: 0 auto 5px;
		height: 32px;
		line-height: 32px;
	}

	#public .subtitle {
		color: red; 
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}

	/* 公告的文章 */
	#public .text {
		width: 90%;
		margin: 0px auto;
		color: #eb0064;
	}

	/* 正文 */
	#public .text span.content {
		text-indent: 2em;
	}
	/* 正文顶部的称谓 */
	#public .text span.salutation {
		text-align: left;
	}
	/* 正文底部的署名 */
	#public .text span.signature {
		text-align: right;
	}

	#public a {
	   color: #76592e;
	}

	#public a:hover {
	   color: #FF6600;
	}
.activity img{
	margin:1px 0 5px }

