.greensmall {
	font-size: 12px;
	line-height: 20px;
	color: #006600;
}
.whitebig {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.blackbord {
	border: 1px solid #000000;
}
.linnk {
	font-size: 12px;
	line-height: 20px;
	color: #006600;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	line-height: 20px;
	color: #006600;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #33CC00;
	text-decoration: none;
}

