/* CSS Document */

#news {
	padding-top: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 500px;
}
#news h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCC00;
	text-align: right;
	font-variant: small-caps;
	letter-spacing: 5px;
}
#news h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFCC00;
}

