a {
    text-shadow: none;
    color: #000000;
}
ul {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size:35px;
}
.demo {
    width: 100%;
    margin: 0px;
}

.options {
    width: 200px;
    float: left;
    margin-top: 30px;
}

.options h3 {
    font-size: 20px;
}

    .options a {
        padding: 12px 0;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        background: #195799;
        color: #000000;
        text-decoration: none;
    }
a.backLink {
    float:right;
    margin-bottom:10px;
}
