 <style>

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* redefine table cell */
td, TD {
	FONT-SIZE: 14px; FONT-FAMILY: lucida grande, geneva, verdana, arial, helvetica, sans-serif;
}


hr
{
	/* different browsers support color differently, using
	color and background color */ 
	color: #333;
	background-color: gray;
	height: 1px;
}


</style>