body { background: #fff }

h2 {color: #222; text-align: center}
h3 {color: #222; text-align: center}
h4 {color: #222}
h5 {color: #222}

p {color: #222; text-align: justify}
p.message {color: red; text-align: center}

table {
  background: #fff
}

table.in {
  border: 1px;
  background: #fff
}

th {
  color: #222;
}

th.in {
  text-align: left;
}

td {
  color: #222
}
td.reqd {color: #f00}

td.in {
  background: #eee;
  color: #222
}

td.pic {
  background: #fff
}

a.td:link {color: #2f4f4f; text-decoration: none}
a.td:visited {color: #6959cd; text-decoration: none}

a.p:link {color: #2f4f4f; text-decoration: none}
a.p:visited {color: #6959cd; text-decoration: none}
a.footer:link {color: green}


