body {
   width: 100%;
   min-width: 320px;
   max-width: 640px;
   margin: auto;
}

p {
  text-align:justify;
}

table {
  border-style:solid;
  border-width:3px;
  border-color:#08C;
  border-collapse: collapse;
}

td {
  border-style:solid;
  border-width:1px;
  border-color:#08C;
  padding: 5px;
}

h1 {
  border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:#08C;
  font-family: Verdana, sans-serif; 
  font-style: italic;
}
h2 {
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#08C;
  font-family: Verdana, sans-serif; 
  font-style: bold;
}
h3 {
  /* 
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#08C;
  */
  color:#08C;
  font-family: Verdana, sans-serif; 
  font-style: bold;
}
h4 {
  /* 
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#08C;
  */
  font-family: Verdana, sans-serif; 
  font-style: bold;
}

audio {
  font-size:300%;
}
.myaudiojs .audiojs { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #023), color-stop(0.5, #046), color-stop(0.51, #023), color-stop(1, #023)); width=600px;}
.myaudiojs .audiojs .scrubber { width=200px;}
.myaudiojs .audiojs .iiplay-pause { border-right: 1px solid #202830;}

