#menu {
  width: 116px;
}

#main {
	left: 160px;
  position: absolute;
  top: 8px
}

body {
	color: black;
  font-family: "Caslon 540", Helvetica, Arial;
  background-color: white;
}

p {
	text-indent: 1em;
}

.border {
  border: 1px;
  border-style: solid;
  border-color: black;
}

.border_left {
  border-left: 1px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
  border-style: solid;
  border-color: black;
}

.border_left_bottom {
  border-left: 1px;
  border-bottom: 1px;
  border-right: 0px;
  border-top: 0px;
  border-style: solid;
  border-color: black;
}

.border_bottom {
  border-left: 0px;
  border-bottom: 1px;
  border-right: 0px;
  border-top: 0px;
  border-style: solid;
  border-color: black;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Univers 55", Univers, Verdana;
}

a{
	color: darkred;
  text-decoration: none;
}

a:hover {
	color: red;
}

.noindent {
	text-indent: 0px;
}

.menuindent {
  text-indent: 0px;
}

.bigindent {
	margin-left: 2em;
  text-indent: 0px;
}

.code {
	margin-left: 2em;
  color: darkblue;
  text-indent: 0px;
}

.tableheading {
  background-color: black;
  color: white;
}

.bigred {
  color: darkred;
}
