/*
 *	HyperbolicBlanket.css
 */

body
{
	/*
	 *	"Times New Roman" and "Times" are
	 *	the PC and Mac names for the same font.
	 */
	font-family:		'Times New Roman', Times, serif;
	color:				#000000;
	background-color:	#A0C0FF;
}

div.title
{
	text-align:			center;
	margin-top:			2em;
	margin-bottom:		2em;
}

h1.title
{
	color:				#000080;
	margin-top:			0;
	margin-bottom:		0;
}

h2.title
{
	font-size:			100%;
	margin-top:			0.5em;
	margin-bottom:		0.5em;
}

h2.sectionTitle
{
	font-size:			150%;
	color:				#000080;
	margin-top:			2.0em;
	margin-bottom:		0.5em;
}

p.generic
{
}

img.generic
{
	width:				50%;
}

div.image
{
	text-align:			center;
}

p.language
{
	font-size:			80%;
	text-align:			center;
	margin-top:			2em;
	margin-bottom:		1em;
}

a.languageName
{
	unicode-bidi:		embed;
}

p.contact
{
	font-size:			80%;
	text-align:			center;
	margin-top:			1em;
	margin-bottom:		2em;
}

