BODY {
	background: #EFEBEF;
	color: #000000;
}
A:link {
	color: #456376;
	text-decoration: blink;
}
A:visited {color: #006666;
	text-decoration: blink;}
A:active {color: #466479;
	text-decoration: blink;}
A:hover {
	color: #003300;
	text-decoration: underline;
}
