@import url('default.css');

body {
background-image: url("default_files/beige096.jpg");
}

h1,h2, h3, h6 {
  background-color: darkolivegreen; /* rgb( 40, 100, 30) ; */
}

h4, h5 {color: black;}

div.figure {
  float: right;  /* this should be working from .css but it's not */
  width: 40%;    /* change inline if needed */
  border: thin silver outset; /* groove; */   
}

hr.short  { color: olivedrab; }
hr.medium {  color: olivedrab;}
hr.long   {  color: olivedrab;}


