document.writeln('<style type = "text/css">');

document.writeln('body {');

document.writeln('	background-color:	#000066;');

document.writeln('}');

document.writeln('body, p, a, h1, h2, h3, h4 {');

document.writeln('	color:				#CCCCCC;');

document.writeln('	font-family:		Verdana,Arial,Helvetica;');

document.writeln('	font-weight:		bold;');

document.writeln('}');

document.writeln('p {');

document.writeln('	padding:			0pt;');

document.writeln('	border:				0pt;');

document.writeln('}');

if (navigator.appVersion.indexOf("Mac") != -1)

{

	document.writeln('body, p {');

	document.writeln('	font-size:			16pt;');

	document.writeln('}');

	if (navigator.appName.indexOf("Microsoft") != -1)

	{

		document.writeln('p {');

		document.writeln('	margin:				16pt;');

		document.writeln('}');

	}

	else

	{

		document.writeln('p {');

		document.writeln('	margin:				8pt;');

		document.writeln('}');

	}

}

else

{

	document.writeln('body, p {');

	document.writeln('	font-size:			12pt;');

	document.writeln('}');

	document.writeln('p {');

	document.writeln('	margin:				12pt;');

	document.writeln('}');

}

document.writeln('</style>');

document.close();


