body {
  background: #ffffee; 
/*
  background-image: url(tag-nemo.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
*/
  color: #aaaaaa;
  font-size: xx-small;
}

a:link {
  color: #888888;
  font-weight: bold;
}
a:visited {
  color: #999999;
  font-weight: bold;
}
a:hover {
  color: #777777;
  font-weight: bold;
}

h2 {
  text-align: center;
  margin: 0em;
  padding: 0em;
  font-weight: normal;
}

p {
  text-align: justify;
}

table {
  width: 100%;
  border: 1px solid #333333;
  background-color: #ffffff;
}

.box {
  color: black;
  background: #ffc;
  border: 1px solid black;
  width: 70%;
  margin: 2% 15% 2% 15%;
  text-align: center;
  font-size: small;
  padding: 1em;
}

img {
	border: 4px solid black;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hicol {
  background-color: #eeeeee;
}

.lowcol {
  background-color: #dddddd;
}

