body { /* defines the body tag */
    background-image: url('bg.jpg');
}

.content { /* defines anything marked with class="content" */
    padding: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4ccca;
    color: #521b1b;
}

.textBlock { /* defines anything marked with class="textBlock" */
    text-align: center;
}

a:link { /* defines link */
    color: #782d66;
}

a:visited { /* defines visited link */
    color: #b50e5a;
}