.text_expression
{
	white-space: nowrap;
}

.text_variable
{
	font-style: italic;
}

.text_constant
{
	font-weight: bold;
}

/* fail-safe is your default definition list style*/
/* full CSS2*/
dl.image-caption[class]
{
	display: table-cell;
}
dl.image-caption[class] dt
{
	margin-right: 10px;
	float: left;
}

/* common */
ul.list-of-links
{
	font-weight: bold;
	font-size: large;
}
/* fail-safe is your default unordered list style */
/* full CSS2 */
ul.list-of-links[class]
{
	list-style: none;
}
ul.list-of-links[class] > li + li
{
	padding-top: 1em;
}

a > img
{
border: none;
}