.white-text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
.white-text:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;	
}


.black-bold {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.black-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
:hover