body
	{
		margin: 0px;
		font-family: sans-serif;
		font-size: 12px;
	}

table
	{
		border: solid 1px;
		vertical-align: text-top;
	}
	
tr
	{
		vertical-align: text-top;
	}
	
td
	{
		vertical-align: text-top;
	}
	
A:link
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	

A:visited
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

A:active
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

A:hover
	{
		color: orange;
		font-weight: bold;
	}