﻿a
{
	text-decoration: none;
}

a.NoUnderline:link, a.NoUnderline:visited, a.NoUnderline:hover
{
	border: 0px;
	color: #669933;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #FFFFFF;*/
	color: #a9a9a9;
} 

a:hover
{
	color: #669933;
	border-bottom: 1px solid #a0cb5c;
} 

 /*for colored backgrounds */
a.dark:link, a.dark:visited
{
	color: #333333;
	border-bottom: 1px solid #999999;
}
a.dark:hover
{
	color: #669933;
	border-bottom: 1px solid #a0cb5c;
}

a.carat:hover
{
	color: #669933;
	border-bottom: 1px solid #a0cb5c;
}



a:link {
	text-decoration: none;
}



/*a:link
{
	color: #336699;
	border-bottom: 1px solid #acbac7;
}
a:visited
{
	color: #775D8A;
	border-bottom: 1px solid #C6BACF;
}*/

/*a:visited {
	text-decoration: none;
	color:inherit;
}*/


/* for lists and captions 
a.carat:link, a.carat:visited
{
	color: #333333;
	border: none;
}*/

/*

3 types of links:
1. default (no class needed): always border bottom and its all turn green on hover
2. LineOnHover (class=LineOnHover): the border bottom will be only on hover
3. NoUnderline (class=NoUnderline): the will never be a border bottom

a.LineOnHover:link, a.LineOnHover:visited
{
	border: 0px;
}
a.LineOnHover:hover
{
	border-bottom: 1px solid #a0cb5c;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
	color:Yellow; --#CCCCCC
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

*/