body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  line-height: 1.4em; 
}

h1, h2, h3 {
  color: darkblue;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

p {
  color: black;
}

hr {
  border-bottom: 1px solid darkgreen;
}

table {
  border-collapse: collapse;
}

td, th {
  border: thin dotted gray;
  padding: 6px;
}

#content {
	margin: auto;
	width: 90%;
}

.rfloat { float:right; }

#elixirs {
  margin-left:         20px;
  float:               right;
}

