p {
  text-align: justify; 
}

a {
  color: #4388B0;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

/*a:link, a:visited {*/
/*  text-decoration: none;*/
/*}*/

/*a:active, a:link, a:visited {
  text-decoration: none;
}*/

a:hover {
  color: #000000;
  text-decoration: none;
  
}

body {
  margin: 0;
  border: none;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
/* IE hack */
  text-align: center;
}


#galery {
  border: none;
  padding: 0;
  color: #000000;
  background-color: #FAFAFA;
  text-align: center;
}

#content {
  margin: 0 0 0 240px;
/*  border-color: #FAFAFA;
  border-style: groove;
  border-width: 0 0 0 2px;
*/  padding: 8px 24px;
}


#footer {
  clear: both;  
}

td {
vertical-align: top;
text-align:center;
}


td.bl {
border-color: #AAAAAA;
border-left-style: solid;
}
