@charset "UTF-8";

body {
    background-color: lightblue;
}

.header {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
    border-style: solid;
    border-color: yellow;
}

.bodytext {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: black;
}

a {
    color: purple;
}