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

	  scrollbar-3dlight-color: #848E9C;
	  scrollbar-arrow-color:white;
	  scrollbar-base-color: #848E9C;
	  scrollbar-darkshadow-color:grey;
	  scrollbar-face-color: #848E9C;
	  scrollbar-highlight-color:white;
	  scrollbar-track-color:grey;
	  scrollbar-shadow-color:grey
        }

p     {
	font-family: Verdana, Arial, Helvetica;
      font-size: 11px;
	font-weight: bold;
      text-align: left;
      color: red
      }

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

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

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
	}


