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: 25;
	}


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;
    }
    
span.folder
	{   color: #484300; 
		font: 10pt Courier;
		line-height: 14pt;
		max-width: 530;
    }

.R
	{   color: #884300; 
		font: 10pt Courier;
		line-height: 14pt;
		max-width: 530;
    }

.Rbr
	{   color: #884300; 
		font: 10pt Courier;
		line-height: 14pt;
		margin-left: 55;
		margin-top: 10;
		margin-bottom; 10;
		max-width: 530;
    }

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

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

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