body {
        background-color: burlywood;
        background-image: url(images/background.jpg);
        background-attachment: fixed;
        color: black;
        font-family: comic sans ms, verdana, arial, sans-serif;
        }
.small {
        font-size: 8pt;
        font-style: italic;
        text-align: center;
}
.smaller {
        font-size: 7pt;
        font-style: italic;
        text-align: center;
}
.heading {
        font-size: 25pt;
        font-weight: bold;
        text-align: center;
}

.leftheading {
        font-size: 25pt;
        font-weight: bold;
        text-align: left;
}
.centerheading {
        font-size: 25pt;
        font-weight: bold;
        text-align: center;
}
.center {
        text-align: center;
}

.important {
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        color: red;
}

.text {
        font-size: 8pt;
}

.caption {
        font-size: 10pt;
        font-weight: bold;
        font-style: italic;
        text-align: center;
}
.subheading {
        font-size: 12pt;
        font-weight: bold;
        font-style: italic;
        text-align: center;
}

.counter {
        font-size: 9pt;
        text-align: center;
}

a:link {
        color: blue;
}

a:visited {
        color: darkblue;
}

a:hover {
        color: red;
}

table {
        border-collapse: collapse;

}
th {
        background-color: lightblue;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        }
td {
        font-size: 10pt;
        text-align: left;
        }

input {
        font-size: 7pt;
}

.button {
        font-size: 7pt;
}

