body {
  background: white url('/img/bg/pinkgrid.png');
  color: black;
  font-family: times;
  font-size: 19px;
  line-height:120%;
}

p {
  margin:0 0 10px 0;
  padding:0;
}
 
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

a {
  text-decoration:none;
  color:#000000;
  border-bottom:1px dotted #000000;
  text-shadow:none;
}

a:hover {
  text-decoration:none;
  color:#000000;
  border-bottom:1px dotted #000000;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, 0 0 4px #ffffff;
}

#wrap {
  width: 452px;
  max-height:650px;
  margin: 80px auto;
}

#header {
  color:#ff7fdf;
  width: 450px;
  text-align:center;
  font-size:38px;
  font-weight:bold;
  margin:auto;
  margin-bottom:30px;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, 0 0 4px #ffffff
}

.container {
  background: white;
  width: 430px;
  max-height:450px;
  border: 1px solid #ff7fdf;
  margin:0 auto;
  padding:10px;
  text-align:justify;
}

.backbtn {
  width: 450px;
  height: 80px;
  text-align: right;
  margin: 0 auto;
}

.backbtn a {
  color:#ff7fdf;
  border-bottom:none;
  text-shadow:none;
}

.backbtn a:hover {
  color:#ffffff;
  border-bottom:none;
  text-shadow: -1px 0 #ff7fdf, 0 1px #ff7fdf, 1px 0 #ff7fdf, 0 -1px #ff7fdf, 0 0 4px #ff7fdf;
}