body {
  font-family: arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #006;
}
body.main h1 {
  text-align: center;
}
body.main h2 {
  margin-left: 0;
}
body.main h3 {
  margin-left: 20px;
}

body.main p, body.main ul, body.main table {
  margin-left: 50px;
}

table {
  border: 1px solid #666;
  border-collapse: collapse;
}
td, th {
  border-top: 1px solid #666;
  padding: 3px;
  vertical-align: top;
}

.attendees th {
  background-color: #006;
  color: #fff;
}
.attendeeName {
  font-weight: bold;
}

.register th {
  text-align: right;
}
.register td {
  font-size: smaller;
}
.register input[type="text"], .register input[type="email"],
    .register textarea {
  border: 1px solid black;
  font-size: larger;
  padding: 2px;
  background-color: #ddf;
}

.notes {
  margin-left: 0 ! important;
  font-size: smaller;
}

body.preview {
  background-color: khaki;
}
p.preview {
  color: black;
  background-color: white;
  border: 2px solid red;

  text-align: center;
  font-size: 130%;
}
