.one {
  font-family: arial, helvetica;
  background-color: #000000;
  font-weight: bold;
  font-size: 8pt;
}
  
.small {
  font-family: arial, helvetica;
  color: #999900; font-weight: bold;
  vertical-align: middle;
  font-size: 7pt;
 }

p {
  font-family: arial, helvetica;
  font-size: 10pt;
  color: white;
}

a {
  text-decoration: none;
}

a:link	{
  color: #FFFFCC;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}	

a:hover	{
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}	

a:visited {
  color: #FFFFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.button {
  color: #FFFFCC;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  cursor: pointer;
  padding-top:15px;
  padding-bottom:15px;
}