#menubar a:link {
	color: #DDDDDD;
}
#menubar a:visited {
	color: #CCFF99;
}
#menubar a:hover {
	color: #CCCEA9;
}
#menubar a:active {
	color: #CCFF99;
}
#mainContent table tr th a:link {
	color: #330000;
}
#mainContent table tr th a:visited {
	color: #425227;
}
#mainContent table tr th a:hover {
	color: #C86000;
}
#mainContent table tr th a:active {
	color: #330000;
}

