body {
    background: #fff;
    margin-left: 15%;
    margin-right: 15%
    }
td.left {
    font-weight: bold;
    text-align: left
    }
td.right {
    font-weight: bold;
    text-align: right
    }
p {
    text-align: justify
    }
p.indent {
    text-align: left;
    margin-left: 5%;
    width: 90%
    }
blockquote {
    text-align: justify;
    margin-left: 25%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
span.rightnote {
    font-size: 0.7em;
    text-align: left
    }
span.leftnote {
    font-size: 0.7em;
    text-align: left
    }
span.right {
    text-align: right;
    font-size: 0.9em
    }
span.page {
    font-size: 0.7em;
    color: #ccc;
    text-align: left
    }
hr {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    color: #000
    }
hr.medium {
    width: 30%;
    color: black
    }
hr.full {
    width: 70%;
    color: black
    }
a:link {
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: blue;
    background: #fff;
    text-decoration: none
    }
a:active {
    text-decoration: underline
    }
a.contents:link {
    color: #000;
    text-decoration: none
    }
a.contents:visited {
    color: #000;
    text-decoration: none
    }
a.contents:hover {
    color: blue;
    background: #fff;
    text-decoration: none
    }
a.contents:active {
    color: #00f;
    text-decoration: underline
    }