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(55%, 55%, 55%);
		font-family: monospace;
		font-size: x-large;
		text-align: center }

H2{		background: white;
		color: rgb(40%, 40%, 40%);
		font-family: monospace;
		font-size: large }

H3, H4, H5 {	background: white;
		color: rgb(40%, 40%, 40%);
		font-family: monospace }

EM.navigation{	font-weight: bold;
		font-style: normal;
		background: white;
		color: rgb(40%, 40%, 40%);
		font-family: monospace }


IMG.toplogo{	vertical-align: middle }

