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; }

h5
{
    background: #ccc;
    text-align: center;
    font-style: italic;
    font-size: 14pt;
}

dt
{
    margin-top: 8px;
    /* default background color for dt */
    /*
    background-color: #ccc;
    */
    /* text-align: center; */
}

/* alternate background colors for dts for various types of roll: */
/*
dt.consultant { background-color: #fcc; }
dt.contractor { background-color: #ffc; }
dt.employee { background-color: #cfc; }
*/

dd
{
    color: #006;
    margin-left: 1em;
    margin-right: 1em;
}

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;
}
