body
	{
		background-color : #d3ddfa
	}
table
	{
		empty-cells : show
	}
TD.links
	{
		width : 25%
	}

A:active
	{
		color : #000000;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}
	
A:link
	{
		color : #000000;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}
	
A:visited
	{
		color : #000000;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}

A:hover
	{
		color : #0000ff;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : underline;
	}

