body {
  margin: 0;
  padding: 0;
  background-image: url('images/bkgrnd.jpg');   
  font-family: arial, verdana, sans-serif; 
  color: #000000;
}

#top {
  font: bold 12pt/1.0 "arial, sans-serif";
  width: 750px;
  margin: 0;
  padding: 0;
  background-image: url('images/bkgrnd.jpg'); 
  margin-left: 120px;
  height: 306px; 
}

#center {
  background-image: url('images/bkgrnd.jpg'); 
  font:  12pt/1.0  "arial, sans-serif";
  text-align:justify;
  margin-top:60px;
  margin-left: 140px;
  width: 680px;
  padding:0px;
}

#footer {
  background-image: url('images/bkgrnd.jpg');
  font: 10pt/1.0  "arial, sans-serif";
   text-align: center; 
/*  margin-left: 20px; */
/* width: 650px;  */
}

#wrapper {
  background-image: url('images/bkgrnd.jpg');  
  margin: 0 0px;
  padding: 0;
}

#clear {
  clear: both;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

a {
  font: bold 12pt/1.2  "arial, sans-serif";
  font-weight: 600;
  text-decoration:none;
  color: #000000;
}

a:link {color:#000000;}
a:visited {color:#065485;}
a:hover {background-color:YELLOW;}

h4 {
  font-size: 14pt;
  line-height: 80%;
  color: #0000ff;
}

h3 {
  font-size: 16pt;
  line-height: 95%;
  color: #0000ff;
}

h2 {
  font-size: 18pt;
  line-height: 95%;
  color: #0000ff;
}

h1 {
  font-size: 20pt;
  line-height: 95%;
  color: #0000ff;
}

/*

i {
  font-size: 12pt;
  font-weight: 600;
  color: #000099;
}

b{
  font-size: 12pt;
  font-weight: 800;
  color: #990000;
}
*/

li {
  font: 12pt/1.1  "arial, sans-serif";
  font-weight: 600;
}

.mj {
font-family: Mistral;
font-size: 16px;
color: rgb(153, 51, 0);
}
 .mj a:link {
color: #336600;
text-decoration: none;
}

.mj a:visited {
color: #666666;
text-decoration: none;
}

.mj a:hover {
color: #990000;
text-decoration: none;
}

.mj a:active {
color: #666666;
text-decoration: none;
}

