BODY
{
    margin-left:	15px;
    margin-right:	15px;
    margin-top:		0px;
    background:		white;
    color:		black;
}

A:link, A:visited
{
    color:		#00003f;
}

A:active
{
    color:		red;
}

H4	{ margin-left:	-10px; }

DT
{
    margin-top: 8px;
}

UL
{
    /* must have something as a workaround for a bug in netscape
     * in which the bullet type changes, using -25 to align with
     * other stuff.
     */
    margin-left:	-15;
}
