@charset "utf-8";
/* CSS Document */
@import url(global.css);
@import url(sidebar.css);

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

/********** For the NEWS page **********/
.hh-only {
	display: none;
	visibility: hidden;
}

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;
}