a {
	color: #66CC66;
	text-decoration : none;
	font-weight: bold;
	background: #E1FCD5;
}

a:hover {
	color: #006600;
	text-decoration : blink;
	font-weight: bolder;
}

body {
	background: #fffdd5;
}

.center {
	text-align: center;
	}

.blink {
	text-decoration: blink;
	font-weight: bold;
	}

