<style type="text/css"> ul {list-style-type: disc} ol {list-style-type: upper-roman } </style>
<html> <head> <link rel="stylesheet" type="text/css" href="style1.css" /> </head> <body> <ol> ... </ol> </body> </html>