body {
    color: black;
    background-color: #fff0f5;
}
h1 {
    font-size: 200%;
    text-align: center;
}
h2 {
    margin: 0.5em auto;
    color: #008b8b;
    background-color: #fff0f5;
    font-size: 160%;
    text-align: center;
}
h3 {
    margin: 1em auto 0;
    color: #4b0082;
    background-color: #fff0f5;
    font-size: 144%;
    text-align: left;
}
h4 {
    margin: 1em auto 0;
    font-size: 120%;
    text-decoration: underline;
    text-align: left;
}
p {
    text-indent: 1em;
}
p#linkpolicy {
    color: green;
    background-color: #fff0f5;
}
div.remark {
    color: blue;
    background-color: transparent;
    font-size: 80%;
    text-align: right;
}
div.new {
    border: #ffa500 double;
    padding: 0 1em;
    margin: auto;
}
div.new h3 {
    margin: 0.5em auto 1em;
    float: left;
}
div.new p {
    clear: left;
}
div#contents {
   margin: 0;
   border: white 4px outset;
   padding-bottom: 1em;
}
div#contents > ul {
    list-style-type: none;
    margin-left: 10%;
    border-left: blue 1px solid;
    padding: 0;
    line-height: 150%;
}
div#contents > ul > li {
    margin-top: 1em;
    padding-left: 0.2em;
    font-size: 160%;
}
div#contents > ul > li > span#this {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
div#contents > ul > li > dl {
    margin-top: 0;
    margin-left: 10%;
    border-left: green 1px dashed;
    padding-left: 0.2em;
    font-size: 62.5%;
}
div#contents > ul > li > dl > dt {
    font-size: 144%;
}
div#contents > ul > li > dl > dd {
    margin-top: 0;
    margin-bottom: 0.5em;
}
a:link {
    color: blue;
    background-color: transparent;
}    
a:visited {
    color: purple;
    background-color: transparent;
}    
a:hover {
    color: red;
    background-color: #f0ffff;
}    
a:active {
    color: red;
    background-color: transparent;
}    
span.date {
    color: red;
    background-color: #fff0f5;
    font-size: 66%;
}
span.accesskey {
    color: purple;
    background-color: #e0e0e0;
    font-size: 60%;
    text-decoration: underline;
}
address {
    text-align: right;
}
