body{
	background-image:	url(../Img/BackGround.jpg);
	margin-left: 20px;
}

h1{
	margin-top:	20px;
	margin-left:	20px;
}

h2{
	margin-top:	20px;
	margin-left:	20px;
	line-height:	1.5;
	background-color:	#90ee90;
}

pre{
	border-width: 3px 3px;
	border-color:	black;
	border-style: ridge;
	background-color:	white;
}