body {
	color: #000000;
	background-color: #CCCC99;
	margin: 100px 50px 10px 70px;
}

h1 {
	border-width: 20px;
	border-style: outset;
	border-color: #3366FF;
	color: #FFFF00;
	background-color: #FF0000;
	font: bold 30px "Times New Roman", serif;
}

p {
	text-align: justify;
}