BODY{		background: white;
		color: black }

A:link{         background: white;
                color: blue }
A:visited{	background: white;
		color: rgb(50%, 0%, 50%) }

H1{		background: white;
		color: rgb(25%, 25%, 25%);
		font-family: monospace;
		font-size: x-large;
		text-align: center }

H2{		background: white;
		color: rgb(25%, 25%, 25%);
		font-family: monospace;
    font-weight: bold;
		font-size: large;
		text-align: center }

H3{		background: white;
		color: rgb(25%, 25%, 25%);
		font-family: monospace;
    font-weight: bold;
		font-size: large }
