*{margin:0; padding:0;}

body {
    color: #fff;
    background: #000;
}

#mainwrap {
    width: 720px;
    margin: 40px auto;
    padding: 0;
    text-align: left;
    color: #fff;
    background: #000;
}

#header  {
    font: 12px Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #800;
    border-right: 1px solid #800;
    /*border-left: 1px solid #800;*/
    padding: 0 20px 5px 20px;
}

#header h1 {
    font-size: 52px;
    color: #999;
    text-align: right;
    line-height: 100%;
}

#header h2 {
    font-size: 12px;
    color: #fff;
    text-align: right;
    font-weight: normal;
}

#content {
    font: 12px Arial,Helvetica,sans-serif;
    padding: 0 20px;
}

a {
    color: #ff6;
    text-decoration: none;
}

a:hover {
    /*color: #99c;*/
    /*color: #666;*/
    /*color: #fff;*/
    text-decoration: underline overline
}

.gonder a {
    color: #fff;
    text-decoration: none;
}

.gonder a:hover {
    /*color: #99c;*/
    /*color: #fff;*/
    text-decoration: underline overline
}

.bodylinks {
    list-style: disc inside;
    color: #800;
    
}

.bodylinks li {
    padding-left: 5px;
    line-height: 300%;
    font-size: 20px;
}

#footer {
    font: 12px Arial,Helvetica,sans-serif;
    padding: 10px 20px 0 20px;
    text-align: right;
    border-top: 1px solid #800;
    border-right: 1px solid #800;
    /*border-left: 1px solid #800;*/
}

.copyright {
    font-size: 9px;
    color: #555;
}

.bodytext h1 {
    padding: 1em 0 0 0;
    color: #666;
    /*font-weight: normal;*/
    font-size: 28px;
}

.bodytext h2 {
    padding: 1em 0;
    font-size: 12px;
    color: #aaa;
    font-weight: bold;
}

.bodytext p {
    line-height: 280%;
    text-indent: 3em;
    text-align: justify;
    color: #000;
    background-color: #ffd;
    padding: 0 6em;
}

.bodytext .closure {
    text-indent: 0;
}

.bodytext .signature {
    text-indent: 0;
    font-style: italic;
    font-weight: bold;
}

.bodytext .firstpara {
    padding-top: 3em;
    /*font-weight: bold;*/
    text-indent: 0;
}

.bodytext .lastpara {
    padding-bottom: 3em;
}

.bodytext a {
    color: #000;
    text-decoration: underline;
}

.bodytext a:hover {
    /*color: #99c;*/
    /*color: #fff;*/
    text-decoration: underline overline
}

.foreignlang {
    font-style: italic;
}