body {
	color:			black;
	background:		rgb(255,255,255);
	background-repeat:	repeat;
	background-attachment: 	fixed;
	margin-right:		20px;
	margin-top:		30px;
	margin-left:		30px;
	margin-bottom:		20px;
	padding:		0 .5em .5em;
}

table {background: rgb(250,250,195);
}

tr th td {padding:	1em;}

pre {
	background:	rgb(250,250,195);
	margin:  20px;
	padding: 10px;
        overflow: auto;
}

h1, h2, h3 {color: rgb(5,5,130);}

strong, b {color: rgb(80,80,160);}

