/* Links */

a:link, a:visited
{
	color: #069;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #6b900d;
	text-decoration: underline;
}


/* Headings */

h1
{
	color: #384d08;
	background: #edf0de none no-repeat scroll 0 0;
}

.homepage h1, .landing h1
{
	background-color: #dcf1b6;
	color: #384d08;
}

h2
{
	color: #000;
}

h3
{
	color: #b85000;
}

h4 
{
	color: #000;
}

h5
{
	color: #008485;
}

h6
{
	color: #6b900d;
}

.feature
{
	color: #687926;
}
