html, body {
        margin: 0;
        padding: 10px 0;
        font-family: arial;
        background-color: #000000;
        color: #ffffff;
        text-align: center;
}

#all {
        margin: 30px auto;
        width: 750px;
        background-color: #000000;
        font-size: small;
        padding: 0px;

}

h3 {
        font-size: small;
        
}

#title {
        font-size: x-small;
        background-color: transparent;
        color: #ffffff;
        text-align: left;
        float: left;
}

#timedate {
        text-align: right;
        font-size: x-small;
        background-color: transparent;
        /*float: right; commenting this makes it work in Firebird*/
        text-transform: lowercase;
}

#topnav {
        background-color: #000000;
        font-size: small;
        text-align: center;
        width: 100%;

        border-bottom: 0;
}

#bottomnav {
        width: 100%;
        background-color: #000000;
        text-align: center;

        border-top: 0;
}

div#content {
        background-color: #000000;
        height: 100%;
        width: 100%;
        padding: 0;

        /*height: 400px;
        overflow: auto;*/

}

.item {
        text-align: justify;
        padding : 7px 15px;

}

div#strip {
        /*width: 100%;*/
        text-align: center;
        margin: 0px;
        padding: 13px 15px 7px 15px;
        
}

div#blurb {
        text-align: justify;
        padding: 8px 15px 13px 15px;
        
}

a:link {
        text-decoration: none;
        font-weight: bold;
        color: rgb(100,100,100);

}

a:visited {
        text-decoration: none;
        font-weight: bold;
        color: rgb(100,60,60);
}

a:hover {
        text-decoration: none;
        border-top: solid 1px rgb(200,200,200);
        border-bottom: solid 1px rgb(200,200,200);
        font-weight: bold;

}

a:active {
        text-decoration: none;
        border-top: solid 1px rgb(100,60,60);
        border-bottom: solid 1px rgb(100,60,60);
        font-weight: bold;


}

a.nav:link {
        text-decoration: none;
        padding: 0 3em;
        color: rgb(100,100,100);
        font-weight: normal;
}

a.nav:visited {
        text-decoration: none;
        padding: 0 3em;
        color: rgb(100,100,100);
        font-weight: normal;
}

a.nav:hover {
        background-color: #888888;
        color: black;
        border: 0;
}

a.nav:active {


}

a.navcurrent:link {
        background-color: #000000;
        padding: 0 3em;
        color: black;
        font-weight: normal;
        border: 0;
}

a.navcurrent:visited {
        background-color: #000000;
        padding: 0 3em;
        color: black;
        font-weight: normal;
        border: 0;
}

a.navcurrent:hover {
        background-color: #000000;
        padding: 0 3em;
        color: black;
        font-weight: normal;
        border: 0;
}

a.navcurrent:active {
        background-color: #000000;
        padding: 0 3em;
        color: black;
        font-weight: normal;
        border: 0;
}
