A:link {
	font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
	color : 99CC00;
} 
A:visited {
		font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
	color : 737373;
} 
A:hover {
		font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
	color : 99CC00;
} 
A:active {
		font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
	color : 737373;
}
 
.text {
	font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
   text-decoration: none;
	color : 737373;
	
}

a.link {
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	color: 99CC00;
	font: bold;
	text-decoration: none;
}
a.link:hover {
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	color: 99CC00;
	font: bold;
	text-decoration: none;
}
a.link:visited {
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	color: 99CC00;
	font: bold;
	text-decoration: none;
}
a.link:active {
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	color: 99CC00;
	font: bold;
	text-decoration: none;
}

.copy {
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #CFCFCF;
}