body {
  margin: 40px auto;
  max-width: 41em;
  padding: 0 10px;
}

code {
  font-size: 15px;
  color: #584AFE;//  color: #EE4AFE;
}

pre {
  font-size: 15px;
  padding: 1em;
  color: #EE4AFE;
}

a {
  text-decoration: none;
}

.bottom_menu {
  display: block;
  margin-top: 1em;
}


.last_edit {
  font-style: italic;
}

body {
  font-size: 1rem;
  font-family: Ubuntu,"Trebuchet MS","Droid Sans","Liberation Sans",sans-serif;
  line-height: 1.4;
}
h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
//  letter-spacing: 0.5px;
}
h1 {
  margin-bottom: 0em;
  font-size: 2.0rem;
}
h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
a {
  color: #584AFE;
}
a:visited {
  color: #453AC7;
}
div.header, header.header {
  font-size: 2.5em;
}

table.header {border-bottom: 1;}
.muse-table {border: 1px;
	     width: 100%; 
	     border-collapse: collapse; 
	     border-width: thin; 
	     padding: 0px; 
	     margin: 0px; 
	     margin-left:auto;
	     margin-right:auto;
	     font-size: 90%;
	    }

td{
    text-align: left;
    vertical-align: top;
}

table.image {max-width: 100%;}
table {max-width: 100%;}
hr {
    border-top: 1px solid  #584AFE;
}
