
body {
    background-color: #e0fbfb;
    font-family: "Times New Roman", Times, serif;
}

a:link {
    color: #000080;
}

a:hover {
    background: #adff2f;
}

a:visited {
    color: #CD853F;
}

h1 {
    color: #000080;
}

h2 {
    color: #1874cd;
}

h3 {
    color: #00bfff;
}

td,
th {
    padding: 3pt;
}

table {
    border-collapse: collapse;
}

@keyframes marquee {
    0% {
        text-indent: 550px
    }
    100% {
        text-indent: -550px
    }
}






	


