body {  font: 10pt Arial;
        margin: 15;
        color: #484300;
        background-color: #D5E7F2;
    }

a:link
    {   color: #484300;		font-weight: bold;		font: 10pt Arial;    }a:hover
    {   color: #8C8200;		font-weight: bold;		font: 10pt Arial;	}
a:visited
    {   color: #484300;		font-weight: bold;		font: 10pt Arial;	}
a:visited:hover
    {   color: #8C8200;		font-weight: bold;		font: 10pt Arial;	}

h1,h2,h3,h4,h5,h6
    {
       color: #484300;	   font-family: Arial;
	   margin-left: 20;	}

p   {   color: #484300; 		font: 10pt Arial;		line-height: 14pt;		margin-left: 25;		max-width: 530;
    }

.link
   {   color: #484300; 		font: 10pt Arial;		line-height: 14pt;		margin-left: 415;		max-width: 530;
    }

pre { color: #884422;
		line-height: 14pt;		margin-left: 35;    }

tt { color: #884422;
		line-height: 14pt;    }

table
    {   margin-left: 25;
        margin-top: 15;
    }