A 		{ color: #CCCC66; text-decoration: none; }
A:link	{ color: #6495ED; text-decoration: none; }
A:visited	{ color: #D3D3D3; text-decoration: none; }
A:active	{ color: #000000; }
A:hover	{ color: #FF0000; }

body
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

h1
{	font-family: Verdana, Arial;
	font-size: 40pt;
	font-weight: bold;
	text-align: center;
	color: rgb(102,9,51);
}

h5
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: bold
	text-align: center;
	color: rgb(102,9,51);
}

pre
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #000000;
}



table
{
	font-family: Verdana, Arial;
	font-size: 11pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto
	color: rgb(102,0,51);
}
