#mastHead{ position: fixed;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 0px;
           z-index: 1;
         }
 	body {
		font: Arial;
text : #000000;
		vlink : #800080;
		link : #0000FF;
		background-color : FFFFC0;
		}
	hr {
		color : blue;
		}
	h1 {
		color : blue;
		font-style : italic;
		font-weight : bold;
		}
	h2 {
		color : blue;
		}
	h3 {
		color : blue;
		}
	.box {
		background-color : #D3D3D3;
		color : #FFFFFF;
		}