.hideMe	{ display: none }
.colorRed	{ color: #FF0000 }


body	{
	color: #ffffff;
	background-color: #000000;
	font: 12px Tahoma;
}
#title {
	font-size: 36px;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
}


#departments	{ text-align: center }
#departments img	{ border: none }
#departments ul li	{
	display: inline;
}









#stages li	{
	font: 24px Tahoma;
	list-style-type: none;
	text-align: center;
}
#stages a:link, #stages a:visited	{
	color: #FFFFFF;
	text-decoration: none
}
#stages a:hover, #stages a:active	{
	text-decoration: underline
}
