table.t1{
  background-image: url("../img/balaban.jpg");
  background-repeat: no-repeat;
  
  border-collapse: collapse; 
  text-align: left; 
  font-family: Arial; 
  font-size: 12px;
  width: 900px; 
  height: 636px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}

TD.body	{ 

vertical-align: top;
font-family: Arial;  
font-size: 13px;
text-align: justify; 
width: 598px; 
height: 440px;
}

div.body{

padding: 10px; 
padding-top: 30px;

}

a {
  color: rgb(18, 50, 137);
  text-decoration : none;
}

a:link {
  color: rgb(18, 50, 137);
}
a:visited {
  color: rgb(18, 50, 137);
}
a:active {
  color: rgb(167, 206, 235);
}
a:hover{
  color: rgb(167, 206, 235);
}

h1{
color: rgb(18, 50, 137);
font-size: 18px;
}
