/* 
	CSS Reference can be found at:
	http://builder.cnet.com/webbuilding/pages/Authoring/CSS/table.html
	To use:  <LINK REL="stylesheet" TYPE="text/css" HREF="byonics.css">
*/

A:LINK, A:VISITED, A:ACTIVE {
  text-decoration: none
}

A:HOVER {
  text-decoration: underline
}

BODY TD{font-family: arial, helvetica, san-serif;}

