
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
}

a
{
	text-decoration: expression( this.parentNode.currentStyle.textDecoration ); /* IE emulation */
	color: expression( this.parentNode.currentStyle.color ); /* IE emulation */
	text-decoration: inherit;
	color: inherit;
}

html, body
{
	height: 100%;
}

img
{
	vertical-align: bottom;
}

span.block
{
	display: block;
}

span.u
{
	text-decoration: underline;
}

