body {
	font-size: 14px;
	font-family: Verdana;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #FFFFFF;
}

p,td {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
}

a:link,a:visited {
	color: #000088;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


