/*
 *	GeometryGamesContact-rtl.css
 *
 *	Adapts GeometryGamesContact.css for use
 *	with right-to-left languages.
 */

@import "GeometryGamesContact.css";

body
{
	direction:	rtl;
}

