body {
    font-family: Arial;
    background-color: #5151BB;
    color: #FFFFFF;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

a:link {
    color: #FFFFFF;
}

a:visited {
    color: #C0C0C0;
}

a:hover {
    color: red;
}

a:active {
    color: yellow;
}

.sideBar {
    float: left;
    overflow: hidden;
}
