/*                               */
/*        Biomom 2004            */
/*                               */
/*     left links CSS            */
/*                               */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #B0C4CB;
	font-size: xx-small;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #BF0000;
}

a:hover {
	text-decoration: none;
	color: #3F7ABC;
}

