/* CSS Document */

/* ------------------------------- text styling
----------------------------------------------- */

h1
{
	color: rgb(0,82,49); /* dark green */
}

h2
{
	color: rgb(0,82,49); /* dark green */
}

h3
{
	color: rgb(0,82,49); /* dark green */
}

h4
{
	color: rgb(0,82,49); /* dark green */
}

h5
{
	color: rgb(0,82,49); /* dark green */
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


