	
	/*
	TAMANHOS
	*/
	
	.c10	{ font-size:10px; }		.c11	{ font-size:11px; }
	.c12	{ font-size:12px; }		.c13	{ font-size:13px; }
	.c14	{ font-size:14px; }		.c15	{ font-size:15px; }
	.c16	{ font-size:16px; }		.c17	{ font-size:17px; }
	.c18	{ font-size:18px; }		.c19	{ font-size:19px; }
	.c20	{ font-size:20px; }		.c21	{ font-size:21px; }
	.c22	{ font-size:22px; }		.c23	{ font-size:23px; }
	.c24	{ font-size:24px; }		.c25	{ font-size:25px; }
	
	/*
	CORES
	*/
	
	.dark, a.dark					{ color:#333333; }
	a.dark:hover					{ color:#519A58; }
	
	.white, a.white					{ color:#FFFFFF; }
	a.white:hover					{ color:#519A58; }
	
	.green, a.green					{ color:#519A58; }
	a.green:hover					{ color:#94BD96; }
	
	.light-green, a.light-green		{ color:#94BD96; }
	a.light-green:hover				{ color:#FFFFFF; }
	
	.dark-green, a.dark-green		{ color:#1A401B; }
	a.dark-green:hover				{ color:#666666; }
	
	.yellow, a.yellow				{ color:#F8F486; }
	a.yellow:hover					{ color:#FFFFFF; }
	
	.red, a.red						{ color:#990000; }
	a.red:hover						{ color:#333333; }
	
	/*
	HERANÇA
	*/
	
	a	{ color:#519A58; }		a:hover	{ color:#333333; }
	
	a, a:hover, a.dark, a.dark:hover, a.white, a.white:hover,
	a.green, a.green:hover, a.light-green, a.light-green:hover,
	a.dark-green, a.dark-green:hover, a.yellow, a.yellow:hover,
	a.red, a.red:hover
		{
		text-decoration:none;
		}