body {
        background-color: white;
}

h1 {
        background-color: #00FFFF; /*#FFFFCC;*/
        border-style: solid;
        border-color: #00FFFF; /*#FFFFCC;*/
        border-left: 8px;
        border-right: 0px;
        border-top: 0px;
        border-bottom-width: 49px;
        color: blue;
        font-family: "Comic Sans MS";
	font-size: 28pt;
        font-style: italic;
	font-weight: bold;
        margin-bottom: -25px;
        text-align: left; /*center;*/
}

.page_links {
        background-color: #FFFFCC;
        border-style: solid;
        border-color: #FFFFCC;
        border-width: 1px;
/*      color: white; */
	font-size: xx-small;
        font-family: "Comic Sans MS";
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
}

