/* just redefined to use our font and size of choice */BODY, P, TD{	font-family: Verdana, Helvetica, Arial;	font-size: 12px;}/* because Netscape 4 doesn't handle inheritance of inline elements well, we need to redefine this */SMALL{	font-family: Verdana, Helvetica, Arial;	font-size: 11px;	color: #609;	font-weight: bold;}LI{	font-family: Verdana, Helvetica, Arial;	font-size: 12px;}/* just redefine to use our font of choice */H2{	font-family: Verdana, Helvetica, Arial;	font-size: 17px;	color: #009;}/* just redefine to use our font of choice, color and size */H3{	font-family: Verdana, Helvetica, Arial;	font-size: 13px;	color: #39F;}/* just redefine to use our font of choice, color and size */H4{	font-family: Verdana, Helvetica, Arial;	font-size: 9px;}