A:link { color: #1133AA; font-style: normal; text-decoration: none }
A:visited { color: purple; font-style: normal; text-decoration: none }
A:active { color: purple; font-style: normal; text-decoration: none }
A:hover { color: #0000FF; background-color: #BBCCFF } }
ol { counter-reset: item }
li:before { content: counter(item) ". "; counter-increment: item -1; }
#body { font-family: arial, Helvetica, sans-serif; font-size: 12pt; }