/* the page itself */
body {
    margin: auto; /* center content */
    margin-top: 50px;
    width: 960px; /* content is 960pixels wide */
}


/* links */
a {
    color: black;
}

a:hover {
    text-decoration: none;
}


/* images */
img {
    border: 1px solid black;
}


/* hr */
hr{
    height: 1px;
    border: 0px;
    background-color: black;
}