.yellowText {
	font-weight: bolder;
	color: #FF0;
}
.RedBoxWhtText {
	color: #FFF;
	background-color: #F00;
	border: medium solid #000;
	filter: Invert;
	text-align: center;
	font-weight: bolder;
}
.linkBox1 {
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.linkBox1 p {
	border: thin solid #060;
}

