CSS

<style type="text/css">
ul {list-style-type: disc}
ol {list-style-type: upper-roman }
</style>

Main HTML file

<html>
<head>
<link rel="stylesheet" type="text/css" href="style1.css" /> 
</head>
<body>

<ol>
...
</ol>

</body>
</html>