body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
h1 {
	text-align: center;
	margin: 7px 0 7px 0;
	font-size: 1.5em;
	color: #b22222;
}
h2 {
	text-align: left;
	margin: 7px 0 7px 0;
	font-size: 1.3em;
}
table {
	font-size: 12px;
}
a {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
h4 {
	font-size: 0.9em;
	margin-bottom: 3;
}
form {
	display: inline;
}
input, button, select {
	font-size: 0.9em;
}
img {
	border: 0;
}
p {
	font-size: 0.9em;
	color: Black;
}
