a {
	font-weight: bold;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	margin: 0.5em;
}

h1 {
	color: #00529C;
	font-size: 2em;
	font-weight: bold;
	line-height: 100%;
}

h2 {
	margin-top: 1em;
    margin-bottom: 0.3em;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	margin-top: 1em;
    margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	margin-top: 1em;
    margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#code {
	font-family: "Courier new", Monospaced, Serif;
	font-size: 1em;
	white-space: pre;
}

#term {
	font-family: "Courier new", Monospaced, Serif;
	font-size: 1em;
	font-weight: bold;
}
