body { background-color: #3366FF; }
a
	{
	color: blue;
	text-decoration: underline;
	}

a:hover
	{
	color: blue;
	text-decoration: underline;}



