/*
 *	GeometryGamesContact.css
 *
 *	Styles for the Geometry Games contact page.
 */

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:	#D0D0D0;
	color:				#000080;
	margin-left:		32pt;
	margin-right:		32pt;
	text-align:			center;
}

p.title
{
	font-size:			150%;
	font-weight:		bold;
}

div.image
{
}

img
{
	width:				435;
	height:				53;
}

p.main
{
}

p.note
{
}

p.language
{
	font-size:			80%;
	margin-top:			3em;
	margin-bottom:		0;
}

a.languageName
{
	unicode-bidi:		embed;
}

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