.black {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.white {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.yellow {
	font-size: 12px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: none;
}
a.linkwhite:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkwhite:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkwhite:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.linkwhite:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
