body    {
	font-family: Arial, Helvetica;
	font-size: 10px;
        color: black;
        margin-top: 5px;
        margin-left: 5px;
        background-color: #848E9C
        }

p       {
	font-family: Verdana, Arial, Helvetica;
        font-size: 11px;
	font-weight: normal;
        text-align: center;
        color: white
        }

h1	{
	font-family: Arial;
	font-size: 16px;
        color: yellow
	}

h2	{
	font-family: Arial
	}

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	{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
        color: white
	}

a:link    {color: white}
a:active  {color: white}
a:visited {color: white}
a:hover {
        text-decoration: underline; color: white
        }


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

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

