<style type="text/css">
<!--
        A:active {
                color: blue;
				font-weight: bold;
                }

        A:link {
                color: blue;
				font-weight: bold;
                }

        A:visited {
                color: purple;
				font-weight: bold;
                }

        BODY {
                font-family: "Arial";
                font-size: small;
                font-weight: 100;
                font-style: normal;
                text-decoration: none;
                color: black;
				background-image: url(http://www.gwcea.org/i/GWCEA-WaterMarked.jpg);
				background-repeat: no-repeat;
				background-position: center 100px;
                }
		TD {
                font-family: "Arial";
				font-weight: bold;
			}

		TH {
                font-family: "Arial";
			}

/* background color for the content part of the pages */
Body
{
    background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;	
}
					
-->
</style>