body {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #535353;
    display: block;
}

h1, h2, h3, p, ul {
    font-family: 'Courier New', Courier, monospace;
}
h1 {
    text-align: center;
}
p {
    font-weight: bold;
    text-align: left;
    text-indent: 50px;
    font-size: medium;
    margin-left: 5px;
    padding-bottom: 5px;
}

.links {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-large;
    display: inline-block;
}

#page {
    background-color: rgb(198, 198, 198);
    width: 950px;
    margin: 0px auto;
}

#content {
    width: 650px;
    margin: 0px auto;
    background-color: rgb(238,238,238);
}

.downloadable:hover {
    cursor: pointer;
}
a.downloadable {
    color: blue;
    text-decoration: underline;
}

#contents {
    border-style: dotted;
}

.update {
    border-style: dotted;
}

.pl_version {
    color: red;
}

.up_imgs {
    width: 620px;
    height: 350px;
}