body {
  font-family: arial;
  background-image:url(media/bg2.png);
}
.center {
  text-align:center;
}
div.nopad * {
  margin: -4px -4px -4px 0;
}
img.banner {
    width:44%;
}
div.content {
  background-color:#fff;
  margin: auto;
  max-width: 800px;
  padding: 20px;
  margin-top:20px;
  border:1px solid black;
  border-radius: 5px;
}
div.bubble {
  border:1px solid black;
  border-radius: 5px;
  padding-right:5px;
  padding-left:5px;
  color: black;
}
table.pic img {
  width:100%;
  border:1px solid black;
}
header {
  text-align:center;
  margin-bottom: 10px;
}
footer {
  text-align:right;
}
main {
  margin: auto;
  max-width: 700px;
}
table.list td {
  padding-right: 10px;
}
table.list caption {
  text-align:left;
}
p.block {
  max-width:450px;
  text-align: justify;
  text-justify: inter-word;
}
a.black {
  color:black;
}