body { 
	background: beige; 
}

h1 {
	font: 28px Courier New;
	font-weight: bold;
}

h2 {
	font: 14px Courier New;
    background-color: white;
	font-weight: bold;
}

p {
    font: 14px Courier New;
    background-color: white;
	margin-left: 5px;
}

footer {
	font: 12px Courier New;
}