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

img {
    display:            none;
}

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

#top {
    display:            none;
}

#date {
    position:           absolute;
    top:                0;
    left:               82%;
    z-index:            15;

}


.nav {
    display:            none;
}

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

}


p {
    width:              90%;
    border:             thin solid black;
    margin:             auto;
    padding:            4px;
    text-align:         justify;
}

hr {
    display:            none;
}

.noprint {
    display:            none;
}