body {margin: 0px;}
H2 {
	font-family : "Tempus Sans ITC";
	font-weight : 600;
	height : 24pt;
	color : #E1B500;
	text-align : center;
}


A {
	color : White;
}

a:hover{color: Silver;
}

span:hover.buttons{color:Silver}

span.buttons
{
  width:  12px;
  height: 10px;
  cursor:pointer;
  margin: 0px;
  background-color: #660020;
  border-style: solid;
  border-width: 0px;
  border-top-color:   #CC3300;
  border-left-color:  #CC3300;
  border-right-color: #330000;
  border-bottom-color:#330000;
  border-top-width:   2px;
  border-left-width:  2px;
  border-right-width: 2px;
  border-bottom-width:2px;
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
  font-size: 10px;
}


span.bigbuttons {

height: 12px;
  cursor:pointer;
  margin: 0px;
  background-color: #660000;
  border-style: solid;
  border-width: 0px;
  border-top-color:   #CC3300;
  border-left-color:  #CC3300;
  border-right-color: #660000;
  border-bottom-color:#660000;
  border-top-width:   2px;
  border-left-width:  2px;
  border-right-width: 2px;
  border-bottom-width:2px;
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
  font-size: 10px;
}


span.footer	{
  font: italic normal 8pt Serif;
  text-align: center;
  margin: 10px;
  padding: 12px;

}
