/* CSS Document */

a:link {
	font-size: 17px;
	text-align: justify;
	color: #00CC00;
	text-decoration: none;
}

a:visited {
	font-size: 17px;
	text-align: justify;
	text-decoration: none;
	color: #00CC00;
}

a:hover {
	font-size: 17px;
	text-align: justify;
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	font-size: 17px;
	text-align: justify;
	text-decoration: underline;
	color: #FFFFFF;
}
