<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title> Title </title>
<link rel="stylesheet" href="../../../comsci/css/s002.css" type="text/css" />
</head>

<body>

<ol>

<p>
<li> hat </li>
<li> cat </li>
<li> x+y </li>
</p>



<p>
This is another one.
<li> zat </li>
<li> cat2 </li>

</p>










<ol>

<li> The first li </li>
<li> 2nd li </li>
<li> 3rd li </li>
</ol>


<li> crap 1 </li>
<li> crap 2 </li>


 




</ol>





</body>
</html>



