body	{background: #191919; }
p	{color: #B0B0B0; 
	font-family: 'FantasqueSansMonoRegular';
	font-weight: normal;
	font-style: normal; 
	font-size: 100%; }
h1	{color: #B0B0B0; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: bold;
        font-style: normal; 
        font-size: 150%; }
h2      {color: #B0B0B0; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: bold;
        font-style: normal; 
        font-size: 130%; }
h3      {color: #B0B0B0; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: bold;
        font-style: normal; 
        font-size: 110%; }
a:link  { text-decoration: none; color: grey; }
a:visited  { text-decoration: none; color: grey; }
a:hover  { text-decoration: underline; color: grey; }
a:active  { text-decoration: underline; color: grey; }
td	{color: #B0B0B0; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: normal;
        font-style: normal; 
        font-size: 100%;
        text-align: left; }
th      {color: #B0B0B0; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: normal;
        font-style: normal; 
        font-size: 100%; 
	text-align: left; }
input	{color: grey; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: normal;
        font-style: normal; 
        font-size: 100%; }
pre     {color: grey; 
        font-family: 'FantasqueSansMonoRegular';
        font-weight: normal;
        font-style: normal; 
        font-size: 100%; }
.wrapper {background: #191919;
	padding-left: 1.5em;
        padding-right: 1.5em; }
