a.button:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 2px;
}
a.button:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2px;
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
}
a.button:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.button:active {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
