body    {
	font-family: Arial; 
	font-size: 10pt;
        color: black;

        margin-top: 32px;
        margin-left: 50px;
        background-color: 		#FFFFFF;

	scrollbar-arrow-color: gray;
	scrollbar-base-color: white; 
	border-right:solid 2px gray;
	scrollbar-highlight-color :silver; 
	scrollbar-shadow-color :gray ;
        }

p       {
	font-family: Arial, Helvetica;
        font-size: 10pt;
	font-weight: normal;
        color: black
        }

h1	{
	font-family: Arial;
	font-size: 20px;
       color: black
	}

h2	{
	font-family: Arial;
	font-size: 16px;
        color: black
	}

h3	{
	font-size: 50pt;
	}

h4	{
	font-family: Arial;
	font-size: 10pt;
        background-color: yellow
	}

h5	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: 100
	}

a	{
	font-family: Arial, Helvetica;
	font-weight: normal;
        color: black
	}

a:link    {text-decoration: underline; color: black}

a:active  {text-decoration: underline; color: black}

a:visited {text-decoration: underline; color: black}

a:hover   {
          text-decoration: none; color: black
          }


ul	{ 
	font-family: Arial;
	font-size: 10pt
	}

li	{
	font-family: Arial;
	font-size: 10pt
	}


