/* CSS Document */
/* default	*/

a
{
  outline: none;
}

a:link {
	color: #999999;
	text-decoration: none;
/*  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;    */
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #EE0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;	
}

/* TOP & BOTTOM NAV */

a.a-nav:visited  {  color: #666666; text-decoration: none }
a.a-nav:active   {  color: #666666; text-decoration: none }
a.a-nav:link     {  color: #666666; text-decoration: none }
a.a-nav:hover    {  color: #FF6633; text-decoration: none }
