body {
    font-family: verdana, tahoma, sans-serif;
    font-size: 1em;
}

h1 {
    font-weight: bold;
    text-align: left;
    font-size: 1.5em;
}

p {
    text-align: left;
	padding: 0;
	margin: 0.5em 0;
}

pre {
    font-family: courier;
}

a {
	color: #0567B3;
	background-color: inherit;
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	padding-bottom: 1em;
}

input {
    font-size: 1em;
}
