/* bootstrap_local.css */
/* vim: set ft=css : */

body {
	--bs-font-sans-serif: Trebuchet MS, Arial, Helvetica, sans-serif;
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 12px;
	--bs-body-line-height: normal;
	--bs-body-bg: #083150;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}
#page_title {
	font-size: 28pt;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.9em;
}

th {
	text-align: center;
}