/* Copyright (c) 2000-2002 Kingfisher Ranch Inc. All Rights Reserved. */
a
{
	font-weight: bold;
	color: #663366; 
   text-decoration: underline; 
   background-color: transparent
}
a:link
{
	font-weight: bold;
	color: #663366; 
   text-decoration: underline; 
   background-color: transparent
}
a:hover
{
	font-weight: bold;
	color: #FFFFFF; 
   text-decoration: none; 
   background-color: #663366
}
