@media print {
   div.panel {
      display: none;
   }
}

   .center {
      text-align: center;
   }

   .left {
      text-align: left;
   }

   .right {
      text-align: right;
   }

   .unind {
      text-indent: 0px;
   }

   .big {
      font-size: 17px;
   }

   .strong {
      font-weight: bold;
   }

   body {
      background: #fcfcff;
      color: #303058;
      font-size: 15px;
      padding: 0px;
      margin: 0px;
      text-align: center;
   }

   div#main {
      background: #fbf8f0;
      min-width: 600px;
      padding: 15px 10px 30px 10px;
      margin: 0px;
      border-top: none;
      border-left: 1px #4b0082 solid;
      border-right: 1px #4b0082 solid;
      border-bottom: 1px #4b0082 solid;
   }

   div#modtime {
      background: #fcfcff;
      text-align: center;
      min-width: 600px;
      line-height: 40px;
      vertical-align: middle;
      margin: 0px;
      float: none;
      font-size: 12px;
      border-top: none;
      border-left: 1px #4b0082 solid;
      border-right: 1px #4b0082 solid;
      border-bottom: 1px #4b0082 solid;
   }

   a.m0 {
      font-size: 18px;
      text-align: left;
      text-indent: none;
      line-height: 25px;
      display: block;
      padding: 3px;
      text-decoration: none;
      vertical-alingn: middle;
      width: 350px;
   }

   a.m0:active {
      text-decoration: none;
   }

   a.m0:visited {
      text-decoration: none;
   }

   a.m0:link {
      text-decoration: none;
   }

   a.m0:hover {
      text-decoration: underline;
   }

   div.panel {
      min-width: 600px;
      margin: 0px;
      padding: 5px 0px 5px 0px;
      border-top: none;
      border-left: 1px #4b0082 solid;
      border-right: 1px #4b0082 solid;
      border-bottom: 1px #4b0082 solid;
      background: #fcfcff;
   }

   a.m1 {
      font-size: 12px;
      font-weight: bold;
      font-family: sans-serif;
      text-align: center;
      text-indent: none;
      display: inline;
      padding: 3px 20px;
      margin: 0px;
      white-space: nowrap;
   }

   a.m1:active {
      text-decoration: none;
   }

   a.m1:visited {
      text-decoration: none;
   }

   a.m1:link {
      text-decoration: none;
   }

   a.m1:hover {
      text-decoration: underline;
   }

   a:link {
      color: #0000b0;
      text-decoration: underline;
   }

   a:visited {
      color: #500090;
      text-decoration: underline;
   }

   a:active {
      color: #009030;
      text-decoration: underline;
   }

   a:hover {
      color: #d00000;
      text-decoration: none;
   }

   p {
      text-align: justify;
      text-indent: 5%;
      font-size: 15px;
      margin: 5px 0px 0px 0px;
   }

   h1 {
      color: #fcfcff;
      background: #4b0082;
      min-width: 600px;
      line-height: 40px;
      display: block;
      vertical-align: middle;
      font-size: 25px;
      font-weight: bold;
      font-family: sans-serif;
      text-align: right;
      padding: 0px 30px 5px 30px;
      margin: 0px;
   }

   h2 {
      min-width: 600px;
      color: #4b0082;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      display: block;
      margin: 0px;
   }

   h3 {
      min-width: 600px;
      color: #4b0082;
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      display: block;
      margin: 0px;
   }

   h4 {
      min-width: 600px;
      color: #000070;
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      display: block;
      margin: 0px;
   }

   img {
      border: none;
   }

   ul {
      list-style-type: square;
   }

   ol {
      list-style-type: decimal;
   }

   li {
      text-align: justify;
      text-indent: 0;
      font-size: 15px;
      margin: 0px 0px 5px 0px;
   }

