.BoldRedBlink {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: blink;
}
.BoldRed {

	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
