/* CSS Document */
/*
	author: Wayne Weibel
	created: Monday, September 5, 2008
	
styling for common elements through out FAQ and General Reference Section
*/
.navigation a {
	background-color:#FFFF00;
}

.navigation a:hover {
	background-color:#d8d900;/*specify color for this page*/
}
