This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css"> UL.disc { list-style-type: disc ; } UL.circle { list-style-type: circle ; } UL.square { list-style-type: square ; } UL.decimal { list-style-type: decimal ; } UL.lower-roman { list-style-type: lower-roman ; } UL.none { list-style-type: none ; } UL.check { list-style-image: url( "check.gif" ) ; } </style>