BODY	{
	color: black;
	font-size: 14px; 
	font-weight: normal;
	font-family: Times New Roman, Arial, helvetica, sans-serif;
	}
H1		{
		font-family: "Arial";
		font-size: 15pt;
		font-weight: bold;
		color: black;
		}

H2		{
		font-family: "Arial";
		font-size: 16px;
		font-weight: bold;
		color: yellow;
		}

H3		{
		font-family: "Arial";
		font-size: 16px;
		font-weight: bold;
		color: black;
		line-height:16px;
		}

A:link		{
		color:#003399;
		text-decoration: none;
		}
A:visited	{
		color:#440044;
		text-decoration: none; }
A:hover		{
		color:#ff4422;
		text-decoration: underline;
		}
    

