.dialogTextcss
{
	font-family: lucida sans unicode, lucida grande, sans-serif;
	text-align: left;
}

.error
{
	color:red;
	font-family:verdana, Helvetica;
}

A:link { text-decoration: none; color: black;}
A:visited { text-decoration: none; color: black;}
A:active { text-decoration: none; color: blue; border-bottom:1px dotted Orange; font-style:italic;}
A:hover { text-decoration: none; color: blue; border-bottom:1px solid blue; font-style:italic; }