.right {text-align:right}
.center {text-align:center}
a {font-size:1.05em}
a:link {text-decoration:none}
a:hover {text-decoration:underline}
body {margin:auto;background-color:#d0ffd080;min-width:800px;max-width:1280px}
div.action {min-width:800px;max-width:1024px;margin:auto;background-color:#fff0fb;padding:1em;margin-bottom:2em;border-color:red;border-width:2px;border-style:solid}
div.body {min-width:800px;max-width:1280px;margin:auto;background-color:#ffffff;padding:1em;border-radius:.6em;border-style:solid;border-width:1px;border-color:#999}
div.coord {margin-left:2em}
footer {margin:auto;margin-bottom:2em;padding:2em;text-align:center}
footer > a {font-size:1.5em;padding:.2em}
h1 {font-size:3em;text-align:center;color:#006400}
h2 {text-align:center}
hr {margin:4em}
img {margin-top:3em}
li {text-align:justify;font-size:1.1em;margin-top:1em}
p {text-align:justify;font-size:1.1em}
table {width:100%}
td {border-width:1px;border-style:solid;vertical-align:top}
ul {padding-left:1.5em;padding-right:1.5em}

@media only screen and (max-width: 800px) {
  div.body {padding:.3em;box-shadow:none}
}
