#language {position: absolute; top: 0px; right: 0px;}
	#white { color: white; text-decoration:	none;}
	/*classes*/
	.none	{text-decoration:	none;	}
	.under 	{text-decoration:	underline; }
	
	A:link {color: black; text-decoration: none; }
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
