@charset "utf-8";
/* CSS Document */

/* pagebody style                                              */

.pagebody {
    background-color: #D1E5D1;
    font: Segoe UI;
    color: black;
    font-size: x-small;
    text-align: left;
}

/* header style                                              */

.header {
    font-size: small ;
    font-weight: bold;
    color: #00006A;
    text-align: center;
}

/* Foot style                                              */

.footer {
    font-size: small;
    font-weight: bold;
}

/*  Make author info stand out.                                          */

.author {
    font-weight: bold;
    color: red;
}

/*  link style  */

a {
    background-color: transparent;
    color: green;
    }

a:Hover {
    background-color: white;
    color: black;
    }