BODY {
    background-color: #FFFBDD;
    /* background-image:url(easter.gif); */
    /* background-repeat: repeat-y; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 5%
    scrollbar-base-color:purple;
    }
H1, H2, H3, H4, H5, H6 {
    font-family: "Times New Roman", serif
    }
H1 {
    font-size: 180%;
    }
H2 {
    font-size: 160%;
    }
H3 {
    font-size: 140%;
    }
H4 {
    font-size: 120%; text-indent: -1%
    }
H5 {
    font-size: 110%;
    }

A:link {
    color: #0000CD;
    }
A:visited {
    color: #800080;
    }
A:active {
    color: #ff66cc;
    }
A:hover {
    color: #ff33cc;
    background-color: #66cccc;
    }
p {
    font-size: 80%;
    }
p.sixty {
    text-indent: 5%;
    font-size: 60%;
    }

td {
    font-size: 100%;
    }
td.eighty {
    font-size: 80%;
    }
td.small {
    font-size: 80%;
    vertical-align: top ;
    }
tr {
    font-size: 100%;
    }
tr.eighty {
    font-size: 80%;
    }
tr.sixty {
    font-size: 60%;
    }

ul {
    font-size: 100%;
    }
ul.eighty {
    font-size: 80%;
    }
pre {
    text-indent: 10%;
    font-size: 70%;
    }
acronym {
    border-bottom: 1px dashed #FF9700;
    }

.dropcap {
    color: #fc3;
    font: 36px/36px  Verdana, "Times New Roman";
    background-color: purple;
    float: left;
    margin: 0px 2px 0px 0px;
    padding: 0px 5px 3px 8px;
    border: 2px solid #ffcc33;
    }
.xsmall {
    font-size: 10px ;
    }
