body {
	background: white;

	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	
/*	margin: 4em;  */
/*	padding: 4em; */
}

/* By the way, this is a comment */

p {
	line-height: normal;
  font: arial, Helvetica, sans-serif;
}

h1 {
	color: #ffc;
	background-color: #900;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #c00;
}

h2 {
	color: magenta;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #999;
	font-size: 1.25em;
}


a {
	text-decoration: none;
}

strong {
	font-style: bold;
}

li {
	color: #900;
	font-style: italic;
}


#RequiredInput {
    color: #f00;
    text-align: center;
}

#RequestInfo {
    color: #f00;
    text-align: center;
