body {
  margin: 0px;
  font-family: Verdana, Helvetica, sans-serif;
}

.site-head {
  background-color:rgb(64,64,64);
  color:white;
  font-size: 24pt;
  text-align: right;
  padding: 5px;
  padding-right: 1em;
  margin: 0px;
  /* text-transform: uppercase; Safari's borked*/
}

.site-head a {
  color: white;
  text-decoration: none;
}

/*
.site-head:first-letter {
  color: rgb(100,100,255);
  font-style: italic;
  font-size: 36pt;
}
*/

.section-head {
  background-color: rgb(100,100,255);
  color: rgb(220,220,2200);
  padding: 5px;
  padding-right: 1em;
  margin: 0px;
  text-align: right;
  font-size: 14pt;
  /* text-transform: uppercase; Safari's borked*/
}

/*
.section-head:first-letter {
  font-size: 18pt;
}
*/

.inset {
  color: rgb(100,100,255);
  background-color: rgb(220,220,2200);
  text-align: center;
  font-weight: bold;
  margin: 1em;
  padding: 1em;
  border: black thin solid;
  float: right;
}

.body {
  margin: .5em;
  text-align: justify;
  text-indent: 1em;
}

.box {
  border-style:solid;
  border-width:2px;
  border-color: rgb(100,100,255);
  border-top:none;
  margin:0px;
  margin-bottom:5px;
  padding:10px;
}

.separator {
  height: 1px;
  width: 200px;
  border-width:2px;
}

.list {
  margin: 5px;
  text-align: left;
}

a:hover {
  background-color: orange;
  color:black;
}

.footer {
  font-size: xx-small;
  font-family: Times New-Roman;
  background-color:gray;
  color:white;
  text-align:right;
  padding-right: 1em; 
  /* font-style: italic; */
}
 
