<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {overflow-y: scroll;}

body {
  background-color: #ffffff;
  color: #333333;
  margin: 0;
}

a {
/*
    text-decoration: none;
    text-align: left;
    font-weight: bold;
*/
}

/*
       red: #cc6699
     green: #00cc99
    yellow: #999933
a:link    {color: #999933; background-color: transparent;} 
*/


/*
       red: #cc3366
     green: #666600
    yellow: #333300
a:visited {color: #333300; background-color: transparent;} 
*/

/*
       red: #ff33cc
     green: #33cc99
    yellow: #333300
a:hover   {color: #333300; background-color: transparent;} 
*/

/*
       red: #cc0000
     green: #cc0000
    yellow: #cc0000
a:active  {color: #cc0000; background-color: transparent;} 
*/

.contents {
  width: 600px;
  margin-top:    8px;
  margin-right:  auto;
  margin-bottom: 8px;
  margin-left:   auto;
  background-color: #ffffff;
  text-align: left;
}

.center {text-align: center;}
.right  {text-align: right;}
.auto   {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.i      {text-indent: 1em;}
.nowrap {white-space: nowrap;}

h1 {
  font-size: 200%;
  margin-top:    4px;
  margin-bottom: 4px;
  text-align: center;
}

h2 {
  color: #666666;
  font-size: 90%;
  text-align: right;
  margin: 1em 0;
}

h2 a {
  text-decoration: none;
}

h3 {
/*
     red: #ffeeee  #cc6699
   green: #eeffee  #009966
  yellow: #ffffcc  #999900
*/
    background-color: #ffffcc;
    border-color: #999900;
}

address {
  font-size: 80%;
  font-style: normal;
  text-align: center;

/*
      red: #ff6699
    green: #00cc99
   yellow: #999900
*/
  border-color: #999900;

  border-style: solid;
  border-top-width:    2px;
  border-right-width:  0;
  border-bottom-width: 0;
  border-left-width:   0;
  padding-top:    8px;
  padding-bottom: 8px;
  margin-top:    1em;
  margin-right:  0;
  margin-bottom: 0;
  margin-left:   0;
}

td {
  text-align: left;
}

td.h {
/*
      red: #ffcccc
    green: #99ffcc
   yellow: #fbea63
*/
}

td.h {
/*
      red: #ffeeee
    green: #ccffcc
   yellow: #ffffcc
*/
    background-color: #ffffcc;
    text-align: center;
    font-weight: bold;
}

hr {
/*
      red: #cc6699
    green: #00cc99
   yellow: #999900
*/
  border-color: #999900;
  border-style: solid;
}</pre></body></html>