body {
    background-color: rgb(230, 206, 106);
}
article {
    margin: 0 0 50px 20px;
    max-width: 800px;
    padding-top: 88px;
}
iframe {
    padding-top: 88px;
}    
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: goldenrod;
    padding:  10px 0 8px 16px;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: goldenrod;
}
header > a {
    width: 100px;
    float: left;
}
nav {
    height: 72px;
}
nav li {
    display: inline-block;
    padding: 10px;
    background-color: linen;
    border-radius: 15px 15px;
    margin-right: 6px;
}
nav li.iconNav {
    padding: 5px 6px 7px 6px;
}
nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}
nav li a img {
    width: 20px;
}
.floatRight,
.risala-img {
    float: right;
}

table.headerLeft th {
    text-align: left;
}
.hili {
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.commentA {
    font-style: italic;
}
.note {
    font-style: italic;
}
.demandlist li {
    font-weight: bold;
    font-size: large;
    padding-bottom: 8px;
}

.linklist {
    list-style: disclosure-closed;
}
.linklist li {
    font-weight: bold;
    font-size: large;
    line-height: 32px;
}
