<STYLE>

H1		{
		color:red;
		font-size:150%;
		font-weight:900
		}

H2		{
		color:662f10;
		font-size:125%;
		font-weight:850
		}

H3 		{
		color:662f10;
		font-size:100%;
		font-weight:800
		}

h4		{
		color:662f10;
		font-size:80%;
		font-weight:7500
		}

h5		{
		font-size:60%;
		font-weight:700
		}

h6		{
		font-size:50%;
		font-weight:650
		}


BODY 		{
		background:cea18c;
		color:black;
		font-family:"garamond";
		font-size:15pt;
		margin-left:4;
		margin-top:4;
		}

A		{
		text-decoration:none
		}


A:link		{
		color:"white"
		}
A:visited	{
		color:rgb(196, 77, 34)
		}
A:hover		{
		color:rgb(196, 77, 34)
		}


dt		{
		font-weight:700
		}
dd		{color:black}

p.perf		{
		font-size=80%
		}
p.perfdefn	{
		font-size=100%
		}
p.genemale	{
		font-size=80%;
		color=navy
		}
p.genefemale	{
		font-size=80%;
		color=a50063
		}


TR		{
		font-size:15pt
		}


</style>