@charset "iso-8859-1";
@import url(../../base/css/anchor.css);
	
	/** General links throughout - global - **/
	a,
	a:link
	{
		color:#000000;
		text-decoration:underline;
	}
	
	/** Visited links throughout - global - original color was 000066, now dark brown **/
/** Removed underline because especially big, bold text headers are more attractive without **/

	a:visited
	{
		color:#333333;
		text-decoration:underline;
	}

/** General links throughout - global - old color was 0000FF, now very bright yet darkish orange **/
/** INCLUDED UNDERLINE HERE - That way inexperienced visitors get to see a link line when hovering **/

	a:hover,
	a:active
	{
		color:#CC6600;
		text-decoration:none;
	}

	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited {
		color:#FF6600;
		text-decoration: underline;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		text-decoration:none;
	}
	
	/** Active link color, toppest at very top, old color was 336699, now bright darkish red **/
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited
	{
		color:#FFFFFF;
	}
	
	/** Hovering color for toppest links - old color was 000000, now very bright yet darkish orange **/
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		color:#000000;
	}
	
	/** Big fat join now or login text links, old color was 336699, now dark reddish orange **/
	.no_hello_actions a,
	.no_hello_actions a:link,
	.no_hello_actions a:visited,
	.no_hello_actions a:hover,
	.no_hello_actions a:active
	{
		color:#E65B00;
		text-decoration:none;
	}
	
	a.customMenuItem,
	a.customMenuItem:link,
	a.customMenuItem:visited
	{
		color:#333399;
		text-decoration:none;
	}
	
	.one_tag a,
	.one_tag a:link,
	.one_tag a:active,
	.one_tag a:visited
	{
		color:#800040;
	}
	
	.one_tag a:hover
	{
		color:#0000FF;
	}

	.bottomLinks a,
	.bottomLinks a:link,
	.bottomLinks a:visited {
		color: #336699;
		text-decoration: underline;
	}

	.bottomLinks a:hover,
	.bottomLinks a:active {
		color: #000000;
		text-decoration: none;
	}
