@charset "utf-8";
/* CSS Document */
@import url(global_hh.css);
/* @import url(sidebar.css) not done for hand held. See below */

/*
Blue background: 08.58.AA
Games Played: D6.C3.AD
Borders: F6.E8.D6
Calendar background: AB.C1.78
*/

/********** For the NEWS page **********/

article {
	display: block;
	border-bottom: 6px #F6E8D6 solid;
	padding: 2em 2em 2em 2em;
}

article * {
	color: black;
	text-align: left;
	font-weight: 500;
}
.article_title { /* Only IE6 needs this. */
	color: black;
}