<style type="text/css">


body {
	background: #C8BFAA;
	margin: 33px;
	color: #C8BFAA;
        }
h1 {
	
	}
h1 a:hover, h1 a:active {
	text-decoration: none;
        font: 1.3rem;
	}
a:link {
	text-decoration: none;
	color: #0efd7a;
        font: 1.3rem;
	}
a:visited {
	text-decoration: none;
	color: #0efd7a;
        font: 1.3rem;
	}
a:hover, a:active {
	text-decoration: underline;
	color: maroon;
        font: 1.3rem;
	}
pre {
	font: 1.3rem;
	margin: 3px 0;
	color: #777;
	}
pre img {
	display: inline;
	}
img {
	margin: 3px 0;
	}
.description {
	font-style: italic;
	font-size: 90%;
	color: black;
        font: 1.3rem;
	}

table {
  background-color: #C8BFAA;
 }


</style>