/* CSS Document */
/* style main black title bar */

div#title {
	background: #000;
	color: #fff;
}

a.titlelink:link {
	color: #fff;
}

a.titlelink:visited {
	color: #fff;
}

a.titlelink:hover {
	color: #f9f400;
}

a.titlelink:active {
	color: #f9f400;
}