.body{
    padding-top:120px;
    font-family: Arial;
    width: 100%;
}


.container{
    width: 90%;
    padding-top: 10px;
    padding-left: 10px;
    border-width: 15px;
    border-color: black;
    border-radius: 10px;
    border-style: solid;
    margin-left: 10px;
}

a:link, a:visited{
    color: slategrey;
    text-decoration: none;
    border-bottom: 1px dotted slategray;
}

a:hover{
    color: #444;
    border-bottom-color: #444;
}

small {
    color:#999;
    font-style: italic;
}