a:link,
a:visited,
a:active {
    color:              #000000;
    text-decoration :   none;
  }

html, body {
    height:             100%;
    overflow:           auto;
  }

div.fixed {
    position:           absolute;
  }


#bottom a:hover {
    color:              #404040;
    text-decoration:    none;
    background-color:   yellow;
  }

#top {
    position:           fixed !important;
    position:           absolute;
    left:               0;
    top:                0;
    z-index:            10;
    width:              100%;
    height:             75px;
    background-color:   #DB5D19;
    border-bottom:      thin solid black;
}

#date {
    position:           fixed !important;
    position:           absolute;
    top:                10;
    left:               82%;
    z-index:            15;

}

#icons {
    position:           fixed !important;
    position:           absolute;
    z-index:            20;
    top:                60px;
    left:               25px;
}

#bottom {
    position:           absolute;
    top:                130px;
}

.nav {
    font-size:          small;
}

.body {
    width:              90%;
    border:             thin solid black;
    margin:             auto;
    background-color:   #ccc;
    padding:            5px;
}

.caption {
    font-family: 	Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight:        bold;
    font-size:          x-large;

}


p {
    width:              75%;
    border:             thin solid black;
    margin:             auto;
    background-color:   #ccc;
    padding:            4px;
    text-align:         justify;
}
