/* style sheet for rolf hendriks business site
* styles that are specific to rolf hendriks business site go here.
* this way, other style sheets remain general purpose so they can be reused.
*/

/* mark the current page as active */
#footernav a:hover,
#mainnav a:hover,
#overview a.overview,
#corevalues a.corevalues,
#resumes a.resumes,
#demos a.demos,
#reading a.reading,
#contact a.contact
{
	color: #09F;
}
