﻿/* Lago page and text color: GREEN */
/* Version: 30/06/2008 */

/* The color style of this page */

.page_color
{	
	/* Lago green */
	color:rgb(51,102,51);	
}

/* Header and footer colors */


.header

{
	background-color:rgb(51,102,51);
}

.footer

{
	background-color:rgb(51,102,51);
}


/* Hyperlinks general (center area) */

div#center_area a:link
{
	color:rgb(51,102,51);
}

div#center_area a:visited
{
	color:rgb(51,102,51);
}

div#center_area a:hover
{
	color:rgb(51,102,51);
}
