/* CSS Document */

#news{
	font-family: Tahoma;
}

#news h1{
	font-size: 16px;
	font-weight: bold;
	color: #B38409;
	line-height: 17px;
}
#news h2 {
	font-size: 12px;
	font-weight:bold;
	color: #D1A123;
	line-height: 16px;
}
#news p {
	font-size: 12px;
	color: #D1A123;
	line-height: 16px;
}
#intro {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #D1A123;
	line-height: 16px;
}
