      body {
	background-color: #ffeeee;
	color: #ffff33;
	}

      #header {
	position: static;
	width: 96%;
	height: 175px;
	margin: 20px;
	color: #660033;
	}

      h1 {
	position: relative;
	top: 40px;
        background-color: #ffcccc;
        color: #660033;
        text-align: center;
	border: 8px inset #ff99cc;
	margin: 0 250px 0px 250px;
	font-family: arial, courier, serif;
	font-size: 2em;
	}

      .left {
	float: left;
	vertical-align: middle;
	}

      .right {
	float: right;
	vertical-align: middle;
	}

       img { border: 6px outset #ff99cc;}

 