BODY	{
	background-color: white;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

H1	{
	text-align: center;
}

H2	{
	text-align: center;
}

H3	{
	text-align: center;
}

H4	{
	text-align: center;
}

H5	{
	text-align: center;
}

H6	{
	text-align: center;
}

A	{
	text-decoration: none;
	border-style: none;
}

A:link	{
	background-color: white;
	color: blue;
}

A:visited	{
	background-color: white;
	color: navy;
}

A:active	{
	background-color: white;
	color: red;
}

IMG	{
	border-style: none;
}

IMG.right	{
	border-style: none;
	text-align: right;
}

IMG.left	{
	border-style: none;
	text-align: left;
}

IMG.middle	{
	border-style: none;
	text-align: center;
}

P.centered	{
	text-align: center;
}

TD.value	{
	background-color: aqua;
	color: black;
}

TD.number	{
	background-color: aqua;
	color: black;
	text-align: right;
}

PRE		{
	font-family: monospace;
}

PRE.italic	{
	font-style: italic;
}
