body {
    color: black;
    background: white;
    font-family: "Arial", sans-serif;
    width: 640px;
    text-align: justify;
    /*
    margin-left: auto;
    margin-right: auto;
    */
}

p {
}

.content {
    margin-top: 3em;
    width: 640px;
}

.outline {
    width: 640px;
}

.notice {
    font-size: 70%;
}

img {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

img.top {
    border-width: 2px;
    border-color: black;
    border-style: solid;
    width: 640px;
    height: 150px;
}

img.lspace {
    margin-left: 0.5em;
}

img.rspace {
    margin-right: 0.5em;
}


.noborder {
    border-width: 0px;
}

.pagedata {
    margin-top: 2cm;
    font-size: 70%;
    font-family: monospace;
    text-align: right;
    width: 640px;
}

.nedstat {
    text-align: right;
}

h1,h2,h3,h4,h5 {
    font-family: "Trebuchet MS", "Verdana", "Geneva", sans-serif;
    background-color: #9eb6ce;
    text-align: left;
}

.title {
    background-color: white;
    text-align: left;
}

a {
}

a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: none;
}

a:active {
color: red;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}