a:link
	{
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
	}

a:visited
	{
	color: #6699CC;
	text-decoration: none;
	}

a:active
	{
	color: #6699FF;
	text-decoration: underline;
	}

a:hover
	{
	color: #6699FF;
	text-decoration: underline;
	}

.black:link
	{
	color: #000000;
	text-decoration: none;
	}

.black:visited
	{
	color: #000000;
	text-decoration: none;
	}

.black:active
	{
	color: #000000;
	background: FFFFCC;
	text-decoration: underline;
	}

.black:hover
	{
	color: #000000;
	background: FFFFCC;
	text-decoration: underline;
	}