
/** 
 * ------------------------------------------------------------------
 * @section ADVANCED COLOR OPTIONS
 * ------------------------------------------------------------------
 */

body { 	
	background-color:#000000 /*~ main.background-color */;
}

a:link {
	color:#008929 /*~ link.color */;
	text-decoration:none;
}

a:visited {
	color:#008929 /*~ link-visited.color */;
	text-decoration:none;
}

a:hover {
	color:#008929 /*~ link-hover.color */;
	text-decoration:underline;
}

.footer {
	color:#000000 /*~ footer.color */ ;
}
