body {
  background-color: C7B193; color: #000000;
  background-image: url('images/back.jpg');
  margin: 0px; 
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1 {
  font-size: 12pt; font-weight: bold; text-align: left; margin-top: 10pt; margin-bottom: 10pt;
}

h2 {
  font-size: 12pt; font-weight: bold; text-align: center; margin-top: 4pt; margin-bottom: 4pt;
}

p {
  font-size: 10pt;
  <!--font-style: italic;-->
}

p.strong {
  font-size: 10pt; font-weight: bold; text-align: center;
}

p.comment {
  font-size: 10pt; text-align: center;
}

a:link {
  color: #004800; font-size: 10pt;
}

a:visited {
  color: #497e49; font-size: 10pt;
}

ul {
  list-style-position: outside; font-size: 10pt; font-weight: bold;
}