iframe{
    display: block;
    overflow: hidden;
    border:none;
}

.page {
    text-align: left;
    background-color: #220f34;
    background-image: url('/assets/space.gif');
    background-repeat: round;
}

.disclaimer {
    color: #eeeeee;
    font-weight: 1000;
}

.footer {
    background-color: #220f34;
    width:700px;
}

.onpage {
    color: #eeeeee;
    font-family: 'Courier New', Courier, monospace;
}

pre { /*code blocks!*/
    background-color: #4f4f4f;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    width: fit-content;
    max-width: 100%;
}

.footer a {
    color: #eeee00;
}

a {
    color: #eeee00;
}

.navmenu-topic {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    margin: 0;
}

.navmenu{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}

.eightyeight{
    width: 88px;
    height: 31px;
}

.onwindow{
    /*    color:#eeeeee; White text*/
    /*    color:#000000; Black text*/
    color:#eeeeee;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.window{
    border: 5px #ffd700;
    border-style:solid;
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #1F8F1F;
    /*background-color: #eeeeee; Angelic white*/
    /*background-color: #c62f00; Pentecostal Red*/
    /*background-color: #1F8F1F; Common green*/
    /*background-color: #4c1580; Dark Purple */
    /*background-color: #8a2be2; Purplest   */
}

.pgp-start{
    font-size: 75%;
    opacity: 50%;
}

.signature{
    font-size: 75%;
    opacity: 50%;
}

.postit{
    /*color: #eeeeee; White text*/
    /*color: #000000; Black text*/
    color: #eeeeee;
}

.name {
    border-radius: 10px 10px 0px 0px;
}

.comment {
    border-radius: 0px 0px 10px 10px;
    color: #000000;
}

