/*                               */
/*        Biomom 2004            */
/*                               */
/*    disease top links CSS      */
/*                               */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E2747;
	color: #BF0000;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #B0C4CB;
	font-size: xx-small;
}
a:visited {
	text-decoration: none;
	color: #B0C4CB;
	font-size: xx-small;
}
a:hover {
	text-decoration: none;
	color: #E6EFF3;
	font-size: xx-small;
}
body {
	font-weight: bolder;
}
