body {
    font-family: sans-serif;
    font-size: 14px;
}

h1,h2 {
    color: maroon;
    border-bottom: thin dotted #888888;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 100%;
}

li {
    margin-bottom: 10px;
}

td {
    font-size: 80%;
}

.ImageBorder
{
    border-width: 3px;
    border-color: Black;
}

audio {
      controls: controls;
      preload: auto;
      min-width: 400px;
      min-height: 50px;
      width: 400px;
      display: block;
      margin: 2px;
   }

