/* index.html */

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
/* border: 1px solid white ;*/
}

body { 
  background-image: url(images/bg.gif);
  background-position: center;
  margin:0;
  padding:0;
  background-color: #FFFFFF;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 74%;
  text-align: center;
  color: #000066;
} 

.style1 {
  font-family: tahoma;
  font-size: 22px;
  color: #cc0000;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.style3 {font-weight: bold; color: #FF0000;}
.style5 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 4px;
}
.style6 {
  font-size: 18px;
  font-weight: bold;
  color: #cc0000;
}