body{
	background: rgb(234,255,244);
	font-size: medium;
	color: black;
	margin-left: 40px;
	margin-right: 40px;
}
h1{
	font-size: xx-large;
	color: rgb(41,10,204);
	background: rgb(234,255,244);
	font-weight: bold;
}
h2{
	font-size: x-large;
	color: rgb(143,102,41);
	background: rgb(234,255,244);
	font-weight: bolder;
}
h3{
	font-size: large;
	color: rgb(102,153,0);
	background: rgb(234,255,244);
	font-weight: bold;
}
h4{
	font-size: large;
	color: rgb(0,204,51);
	background: rgb(234,255,244);
	font-weight: bold;
}
p{
	font-size: medium;
	color: rgb(0,25,25);
	background: rgb(234,255,244);
}
h5{
	font-size: small;
	color: rgb(204,255,204);
	background: rgb(234,255,244);
}
em{
	font-size: large;
	color: red;
	font-weight: bold;
}
strong{
	font-size: x-large;
	color: red;
	font-weight: bold;
}

