#bodyColor
{
   background-color: orange;
}
#title
{
    font-size: 48px;
    text-align: center;
    border-bottom: 3px solid black;
}
#links
{
    text-align: center;
}
#border
{
    font-size: 36px;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    display: inline-block;
}
.rightBorder
{
    border-right: 3px solid black;
    padding-right: 3px;
    text-decoration: none;
    color: black;
}
.rightBorder:hover
{
    color: blue;
}