Definition list styles:

dd {
font-size:larger;
font-weight:normal;
color:#300060;
}

dt {
font-size:larger;
font-weight:bold;
color:#800000;
position:relative;
left:20px;
}

Definition list:
<dl>
<dt style="position:relative; left:0px;">
<code style="font-weight:normal"><dl></code></dt>
<dt>
<code style="font-weight:normal"><dt></code> defined term 1
<code style="font-weight:normal"></dt></code> </dt>

<dd> <font style="font-size:1.1em">
<code style="font-weight:normal"><dd></code></font>
definition 1 <font style="font-size:1.1em">
<code style="font-weight:normal"></dd></code></font> </dd>
<dt>
<code style="font-weight:normal"><dt></code> defined term 2
<code style="font-weight:normal"></dt></code></font> </dt>
<dd> <font style="font-size:1.1em">
<code style="font-weight:normal"><dd></code>
definition 2 <font style="font-size:1.1em">
<code style="font-weight:normal"></dd></code></font> </dd>
<dt style="position:relative; left:0px;">
<code style="font-weight:normal"></dl></code></dt>
</dl>

pop-solution.html © 2007, Martin Rinehart