.Box1 {
	height: 100px;
	width: 500px;
	border: double #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: blink;

}
.Box2 {
	height: 100px;
	width: 500px;
	border: double #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;

}
