A:link { color: blue }
A:visited { color: #1111AA }
A:hover { color: purple }
A:active { color : aqua }

h1 {color: green }
h2 {color: #223344 }
h3 { color: blue }

.kzbutton {
   font-weight: bold;
	font-family: serif;
	font-size: 110%;
	color: #3344FF;
}

.flipper {
	color: #00aaff;
	font-weight: bold;
	cursor: pointer;
}

.expandinfo {
	color: blue;
	display: none;
}
