/* CSS Document */

a:link {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #990000;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.title:link	{
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
a.title:visited	{	
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
 }
a.title:active	{		
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
 }
a.title:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #FF0099;
	font-family: "Times New Roman", Times, serif;
}
