.blinker {
	text-decoration: blink;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	background-color: #000066;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
a:active {
	color: #00FF66;
	text-decoration: underline blink;
}
