.5 {
	text-decoration: blink;
}
a:link {
	color: #FBEBBF;
	text-decoration: blink;
}
a:visited {
	color: #FBEBBF;
	text-decoration: blink;
}
a:hover {
	color: #FEFBF3;
	text-decoration: blink;
}
a:active {
	color: #FBEBBF;
	text-decoration: blink;
}
