html {
  font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, Verdana, 'Droid Sans', Arial;
  font-size: 1em; /*1em = 16px;*/
  background: #e6e9e9;
  background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}
/* Based on the default theme in Brackets (Adobe) */
/* Colours from http://colorpalettes.net/color-palette-1042/ */

body {
    background: azure; /*#fff;*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #362207; 
    line-height: 1.5;
    margin: 0 auto;
    max-width: 50em; /*800px;*/
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #002350; 
    font-weight: 600;
    line-height: 1.3;
}

h1 {
  color: #002350; 
  margin-top: 1.3em;
  text-align: center;
}

h3 {
    margin-top: 1.2em;
    font-weight: 432;
}

h4 {
    margin-top: 1.2em;
    font-weight: 342;
    color: #362207;
}

h5 {
  margin-top: 0 auto;
  text-align: center;
}

div {
  margin-left: 1em;
  text-align: justify;
}

a {
  color: #002350; 
  text-decoration: none;
}

b, strong {
    font-weight: 600;
}

ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0.5em;
  overflow: hidden;
  background-color: azure;
  color: #452b40; 
  border-top:  1px solid #452b40;
  border-bottom: 1px solid #452b40;
  border-color: black;
}

u2l {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
}

li {
    float: left;
}


li a {
    color: #452b40; 
    padding: 0.8em 1em;
}

li a:hover {
  font-weight: 600;
}

table, th, td {
   border: none;
}

