body {
  background: #eeeeff url(../images/tanbg.jpg);
  font-family: Verdana, 'Trebuchet MS', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: black;
  margin-right: auto;
}

.indent {
  position: relative;
  left: 30;
  width: 90%;
  text-align: justify;
}
 
h2 {
  color: #2222cc;
  font-size: 24px;
  padding-top: 20px;
  margin-left:20px;
}

h2.mid {
  color: #2222cc;
  font-size: 24px;
  padding-top: 20px;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: blue;
}

.txt {
  width: 650px;
  margin-left: 20px;
  text-align: justify;
}

.stxt {
  text-align: center;
  font-size: 10px;
}

a {
  text-decoration: none;
}

a:link {
  color: red;
}

a:visited {
  color: blue;
}

td.ar{text-align:right;}
td.al{text-align:left;padding-left:10px;}

