BODY { 
  background-image : url(../pic/base/0bg11.jpg); 
  background-repeat : repeat-x; 
  background-color : #54628a;
  background-attachment: fixed; 
  text-align : center; 
  font : 14px Arial; 
  color : #C2C2C2; 
}
 
DIV { 
  margin-top : 0; 
  text-align : left; 
}
 
H1, H2
 { 
  margin-top: 0; 
  font-size: 18px;
  /*font-family: Monotype Corsiva;*/
  text-shadow: 0px 1px 3px #000;
}
 
H3, H4 { 
  margin-top : 0; 
  font-size : 15px; 
}

/* ----------------------------- */
.body { 
  width: 900px; 
  background-image : url(../pic/base/0bg.jpg); 
  border: 0 solid blue; 
  margin: auto; 
  margin-top: 20px; 
}

/* ----------------------------- */
.cleanBorders { 
  border: 0 solid blue; 
  margin : 0; 
  padding : 0; 
}
 
.cleanFloat { 
  border : 0 solid blue; 
  font-size : 1px; 
  clear : both; 
}
/*--------------------------------*/
P {
  text-align: justify; 
}      
      
TABLE {
  font: 14px Arial, sans-serif;
  color: #C2C2C2; 
}

A {
  color: #D2CD4D;
  text-decoration: none;
  /*font-family: cursive;*/
  font-weight: bold;
 
}
A:hover {
  text-decoration: underline;
}

LI {
  /*list-style-image: url(../pic/base/knp.jpg);*/
}



