body{
	color:#000;
	font:x-small verdana,sans-serif;
    background-color:whitesmoke;
	}

a:active {
        color: black;
        }
a:hover {
        background-color: black;
        color: white;
        }
a:link  {
        color: blue;
        text-decoration: none;
        }
a:visited {
        text-decoration: none;
        }

b       {
        }
dl      {
        }
dd      {
        }
dt      {
        }
h1      {
        }
hr      {
        color: black;
        }
i       {
        }
p       {
        }

pre     {
        }
pre b   {
        font-weight: bold;
        }
pre i   {
        font-style: italic;
        }

li      {
        }
ol      {
        }
ul      {
        }

