table
{
	font: 10pt Tahoma;
}

td
{
	vertical-align: top;
	text-align: left;
}

a
{
	font: 10pt Tahoma;
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	font: 10pt Tahoma;
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	font: 10pt Tahoma;
	color: blue;
	text-decoration: none;
	font-weight: bold;

}

a:hover
{
	font: 10pt Tahoma;
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

pre
{
	font: 8pt Tahoma;
}