/*                               */
/*        Biomom 2004            */
/*                               */
/*      colored links  CSS       */
/*                               */
/*********************************/



a:link {
	color: #2289B0;
}

a:visited {
	color: #2289B0;
}

a:active {
	color: #2289B0;
}

a:hover {
	text-decoration: none;
	color: #B0C4CB;
}
