* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(green-stripe.gif);
}

table, p{
  font-family: "MS UI Gothic", Osaka, sans-serif;
  font-size: 12pt;
  line-height:1.2em;
  background-color: white;
}

tr.2 {
  height: 2px;
}

tr.20 {
  height: 20px;
}

tr.250 {
  height: 250px;
}

td.dotted {
  background-image: url(dotted-line.gif);
}

td, form {
  text-align: center;
}

.left {
  text-align: left;  
}

.subtitle {
  background-image: url(subtitle-back.gif);
  background-repeat: no-repeat;
  background-position: center;
}  