﻿/* classes which are used for the buttons */
a.button:link
{
	color: #296108;
	font-weight: bold;
}

a.button:visited
{
	color: #296108;
	font-weight: bold;
}

a.button:hover
{
	color: #a8846a;
}

a.button:active
{
	color: #a8846a;
}

