css: CSS-Definitions für Tester.html

		  /**
* @version 0.006
*/
span.phiButton{ /* Formatierung der Buttons */
  border: 1px outset gray;
  border-radius: 4px;
  margin: 20px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  box-shadow: 2px 2px 1px silver;
  opacity: 0.5;
  font-family: Arial;
  font-weight:bold;
  font-size: 90%;
}
span.phiButton:hover{
  background-color: #FFFF80;
  opacity: 1.0;
  box-shadow: 2px 2px 6px orange;
}
div.phiButton{ /* die Button umgebendes div muss genug Platz zur Verfügung stellen */
  margin-top: 8px; margin-bottom: 12px;
}
.phiFrame{
  border: 1px solid gray;
  border-radius: 3px;
  box-shadow: 6px 6px 2px gray;
  background-color: white;
}
span.phi{
  font-family: Arial;
}
caption.phi{ /* Dialogtitel */
  font-family: Arial;
  font-weight: bold;
  margin-top: 1px;
  border-bottom: 1px solid silver;
  background-color: #F0F8FF;
}