.blinky {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: blink;
}
.attention {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: oblique;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-decoration: blink;
}
