body.silver {
  background-image: url("background.jpg");
  background-position: 5% 5%;
  background-repeat: no-repeat;
  margin: 0;  	  
}
body.noserif {
  font-family: "Arial", "Helvetica", sans-serif;
}
html {
  padding: 0;
}
.large {
  font-size:270%;
}
.small {
  font-size:50%;
}
.large h1 {
  font-size:100%;
  margin-top:0;
}
.ball {
  position:absolute;
  width:7.2em;
  height:7.2em;
  z-index:2;
}
.ball_text {
  position:absolute;
  text-align:center;
  z-index:3;
}
.ball_text a {
  text-decoration: none;
  color: black;
}
.footer {
  margin-left:0.5em;
}

div.fright {
  float: right;
  margin: 0 0 0.2em 0.5em;
  display: inline;
}

div.imgbox {
  border: 1px solid #AAAAAA;
  padding: 2px 2px 2px 2px;
  background-color: #FFFFFF;
  margin-top: 0.3em ! important;
}

p.indent {
  padding-left: 2em;
}
