a.dsphead:link	{
	text-decoration: none;
    font-weight: bold;
	color: #237467;
}

a.dsphead:visited	{
	text-decoration: none;
    font-weight: bold;
	color: #237467;
}

a.dsphead:hover	{
	text-decoration: underline;
    font-weight: bold;
    color: #fb5;
}

a.dsphead:active	{
	text-decoration: underline;
    font-weight: bold;
	color: #cc0000;
}

a.dsphead span.dspchar	{
	font-family: monospace;
	font-weight: normal;
}

.dspcont	{
	display: none;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	color: #c82;
	margin-bottom: 8px;
}

dd	{
	margin-bottom: 15px;
}

