body{
  font-family: Verdana, Arial, MS Sans Serif;
  font-size: 10px;
  background-color: #CBE0CD;
  color: #663399;
}

a{
  color: #663399;
  text-decoration: none;
  font-weight: bold;
}

table{
  border-style: none;
}

div.container{ 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  position: fixed; 
  display: table 
}

p{ 
  display: table-cell; 
  vertical-align: middle 
}

img.displayed{ 
  display: block; 
  margin: 1em auto 
}

