a:link
	{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family:Arial;
	}

a:visited
	{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family:Arial;
	}
	
a:hover
	{
	text-decoration:none;
	color:#00FFFF;
	font-weight:bold;
	font-family:Arial;
	}
	
*.text
	{
	font-family:Arial;
	color:blue;
	}
