a.hidden_link
{
	text-decoration: none;
	color: inherit;
}

a.hidden_link:hover
{
	text-decoration: underline;
	color: red;
}

/* because it doesn't look like a link */
a.camouflaged_link
{
	text-decoration: none;
	color: inherit;	
}

/* looks underline, but inherits everything else */
a.in_text_link
{
	color: inherit;
}

/* for things such as the dashboard links */
a.header_link
{
	color: rgb(53, 96, 7); /* #75a616; */
	font-weight: normal;
	font-size: 0.9em;
	font-family: sans-serif;
}

a.header_link_white
{
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	font-family: sans-serif;
	text-decoration: none;
}

a.green
{
	color: rgb(102, 153, 0)
}

a.green_dark
{
	color: rgb(53, 96, 7);
}

a.dashboard_main
{
	color: black;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
