body{
  font-family: arial, sans-serif;
  color: white;
  background-color:gray;
}
.content{
  position:relative;
  width:689px;
  height:515px;
  margin-top: 2em;
  margin-left:auto;
  margin-right:auto;
}
.topright{
  position:absolute;
  right:20px;
  top:20px;
  font-size:x-large;
  text-align:right;
  line-height:80%;
}
.it{
  font-size:small;
  font-style:italic;
}
.bottomleft{
  position:absolute;
  bottom:20px;
  left:20px;
  font-size:large
}
.bottomleft span{
  padding-left: 2em;
}
.bottomleft b{
  position:absolute;
}
a{
  color: white;
  text-decoration:none;
}
img{
  border: 0;
}
b{
  padding-left: 1ex;
  padding-right: 1ex;
}
