/* Normal, standard links. */
a:visited, a:link
{
	color:#ffff00;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	
}
a:hover
{
	color:#ff00ff;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	
}

a:link img { border: 4px outset #ffffff; }
a:visited img { border: 4px outset  #ffffff; }
a:hover img { border: 4px outset  #ff00ff; }




