
body {
    padding: 0pt 20pt 20pt 20pt;
    background: #FFFFFF;
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #222222;    
    text-align: justify;
}

h1 {
    font-family: 'Times New Roman', serif;
    font-size: 1.5em;
    padding: 10px 0px 10px 0px;
}

h2 {
    font-family: 'Times New Roman', serif;
    font-size: 1.5em;
    padding: 10px 0px 10px 0px;
}

h3 {
    font-family: 'Times New Roman', serif;
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #DD5500;
}

a {
    color: #6AA2FD;
}

a:hover {
    text-decoration: none;
    color: #FF7400;
}

.sep {
    padding: 0;
    height: 6px;
    margin: 0;
    background: #6AA2FD url(sep.png) no-repeat;
}


#main {
    margin-top: 2em;
}

#header {
    text-align: center;
    padding: 0 0 0 0;
    margin-bottom: 20px;
}

#header h1 {
    color: #AA0000;
    letter-spacing: -1px;
    font-size: 2.1em;
    font-weight: bold;
}

#header h2 {
    color: #007700;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

#header h3 {
    color: #3B3B3B;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

#header p {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    line-height: normal;
    letter-spacing: -1px;
    font-size: 1em;
    font-weight: bold;
}

#header a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}

#header a:hover {
    text-decoration: none;
    background-color: yellow;
}

.topnav {
  overflow: hidden;
  font-size: 1.2em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  font-weight: bold;
}

.topnav a {
  float: left;
  display: block;
  color: #0000AA;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
}

.topnav a:hover {
  text-decoration: none;
  background-color: yellow;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1030px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1030px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
