.news1{ 
	cursor: hand;
	cursor: pointer;
	font-family:Tahoma;
	text-align:left;
	font-size:11px;
	line-height:14px;
	padding:5px 10px 5px 18px;
	background:url(../images/news_bg1.jpg) top left no-repeat;
	font-weight: bold;
	border:1px solid #cfd2d6;
	width:223px;
	margin-bottom:1px
	}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color:#3e3f47;
	}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color:#3e3f47;
	}

.news2 { 
	margin-bottom:1px;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #e6e6e8;
	padding:5px 10px;
	line-height:14px;
	text-align:left;
	}

.news2 a { 
	font-weight:bold;
	text-decoration:none
	}

.news2 a:hover { 
	text-decoration:underline
	}