<?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" />

<style type="text/css">

.linebreak
{
  clear: left;

  height: 4em;
}

.text0
{
  clear: left;

  width: 30em;
  height: auto;
  float: left;
  text-align: left;
  line-height: 2em;
}

.square0
{
  clear: left;

  height: auto;
  float: left;
  line-height: 2em;
  width: 8em;
  margin-left: 3em;
}

.square
{
  height: auto;
  float: left;
  line-height: 2em;
  width: 8em;
}

</style>
</head>

<body>



<div class="text0">

Using div indstead of tables

</div>

<div class="linebreak">
</div>



<div class="square0">
Some crap.
</div>

<div class="square">
ykldsifj
</div>

<div class="square">
crap2
</div>

<div class="square0">
hat
</div>

<div class="square">
Pi
</div>

<div class="linebreak">

</div>

<div class="square">
CC
</div>





</body>
</html>



