body
{
	font-family: arial;
	color: navy;
	background-color: #FFDCFF;
	font-size: 10pt;
	text-align: justify;
}

A
{
	text-decoration: none;
}

A:link    { color: blue }
A:visited { color: blue }
A:active  { color: blue;
}   
A:hover	{ color: blue;
	text-decoration: underline;  }

.tabletext
{
	font-size: 10pt;
	text-align: justify;	
	font-family: arial;
	color: navy;
}