body
{
    background-color: rgb(220,209,201);
    background-image: url(file/background.gif);
    background-repeat: repeat-y;
    color: #000;
    font-family: arial, sans-serif;
    margin: 0;
}

h1
{
    height: 70px;
    color: #000;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    background-color: rgb(204,163,153);
}

h1 img
{
    padding-right: 6px;
    width: 56px;
    height: 61px;
}

h1 a
{
    font-size: 16px;
}

h1 a img
{
    border: 0;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
    color: #000;
}

h2
{
    font-size: 21px;
    background-image: url(../../style/pic/h3.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

h3
{
    font-size: 20px;
    margin-top: 70px;
}

h2,
h3,
h4,
h5
{
    font-family: "courier new", arial, sans-serif;
}

#links h3
{
    padding-left: 10px;
    margin-top: 30px;
}

#links p
{
    padding-left: 30px;
    font-style: italic;
}

.navigation
{
    background-color: rgb(147,105,104);
    color: #fff;
    padding: 6px;
    padding-left: 84px;
    padding-right: 95px;
    margin-bottom: 20px;
    font-size: 90%;
    font-family: arial, sans-serif;
}

.navigation a,
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active
{
    color: #fff;
    text-decoration: underline;
}

a:link,
a:hover
{
    color: #00a;
    text-decoration: underline;
}

a:visited
{
    color: #609;
    text-decoration: underline;
}

a:active
{
    color: #000;
    text-decoration: underline;
}

.content
{
    padding: 20px;
    margin-left: 82px;
    top: 180px;
    width: 60%;
}

li
{
    list-style-image: url(file/arrow.gif);
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.footer
{
    font-size: 90%;
    font-style: italic;
    border-top: 1px solid black;
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}

.topic
{
    background-color: #000;
}

.subTitle
{
    font-size: 90%;
    font-weight: normal;
}

.url
{
    display: none;
}

hr
{
    height: 30px;
    color: rgb(220,209,201);
}
