body{
	background-color:#cdbae0;
	background-image:url("img_tree.png");
	background-repeat:no-repeat;
	background-position:top left 10px;
	background-size:150px 500px;
}

.image{
	border-width:1px;
	border-color:red;
	border-style:solid;
	box-sizing:border-box;

}

.mbody{
	margin-top: 16%;
	border-width:5px;
	border-style:dotted dashed solid solid;
}

.content{
	color:black;
	background-color:#12d0e6;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-family: arial, sans-serif;
	text-align:left;
}

#header{
	color:black;
	background-color:yellow;
	background-position:middle;
	font-size: 12px;
	font-position: middle;
	text-indent: 42%;
}

a{
	color: black;
	background-color:blue;
}

