body {
	color: black;
	background-color: #adc2b3;
	padding-right:  150px;
}

p {
  z-index:  100;
  font-family:  Arial, Helvetica, sans-serif;
  font-size:  12px;
  line-height: 20px;
  padding-right:  10px;
  padding-left: 5px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  20px;
  padding-bottom:  5px;
  border-bottom:  1px dashed #cdcdcd;
}

button {
  z-index:  100;
  padding: 4px;
  border:  1px solid #cccccc;
  color:  #992B00;
  margin-right:  10px;
  text-decoration:  none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:  normal;
  background-color:  #efefef;
  font-size:  11px;
  cursor: pointer;
  text-align: right;
  position:  fixed;
  top:  25px;
  right:  5px;
  text-align:  center;
}

button:hover {
  z-index:  100;
  border:  1px solid #006699;
  background-color: #FFCC66;
  color:  black;
  cursor: pointer;
}