<!-- Style sheet, not HTML -->
<!-- Body first -->
body {
	background-color: #c1c1c1;
	color: #000000;
	overflow: auto;
}
<!-- Headers -->
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
<!-- Links  -->
a:active {
	color: yellow;
	background-color: green;
}
a:link {
	color: yellow;
	background-color: red;
}
a:visited {
	color: white;
	background-color: green;
}
<!-- Paragraphs  -->
p {
	text-indent: 5%;
}
<!-- Printing? -->
@page {size: 8.5inch 11inch} 