html body {
	font-family: serif arial;
	font-size: 12pt;
    background-color: black;
}

h1 {
	font-family: sans-serif Verdana;
	font-size: 18pt;
	color: navy;
}

h2 {
	font-family: sans-serif Verdana;
	font-size: 16pt;
}

h3 {
	font-family: sans-serif Verdana;
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-family: serif Arial;
	font-size: 12pt;
	font-weight: bold;
}

.discount {
	font-family: Arial;
	font-size: 12pt;
	color: maroon;
}

#content {
  background-color: white;
}

