/*
 *	GeometryGamesLegacy.css
 *
 *	Styles for pages offering older versions of the software for older computers.
 */

body
{
	/*
	 *	"Times New Roman" and "Times" are
	 *	the PC and Mac names for the same font.
	 */
	font-family:		'Times New Roman', Times, serif;
	background-color:	#A0FFC0;
	text-align:			center;
	margin-left:		16pt;
	margin-right:		16pt;
}

div.pageTitle
{
	font-size:			160%;
	margin-top:			32pt;
	color:				#000080;
}

div.pageSubtitle
{
	font-style:			italic;
	font-size:			140%;
	margin-bottom:		32pt;
	color:				#000080;
}

hr
{
	width:				25%;
	margin-top:			16pt;
	margin-bottom:		16pt;
}

div.programName
{
	font-size:			120%;
	margin-top:			16pt;
	margin-bottom:		16pt;
	color:				#000080;
}

div.programLinks
{
	margin-top:			16pt;
	margin-bottom:		16pt;
}

p.questions
{
	font-size:			80%;
	margin-top:			32pt;
	margin-bottom:		8pt;
}

p.language
{
	font-size:			80%;
	margin-top:			8pt;
	margin-bottom:		8pt;
}

a.languageName
{
	unicode-bidi:		embed;
}

p.home
{
	font-size:			80%;
	margin-top:			0;
	margin-bottom:		0;
}

