body{background:url(bg.png) repeat-x; 
  background-color:#00587e;
  width:1200px;  
  font-family: Tahoma;
  text-align: center;
  color: black;
}

a{color: white; }
a:visited{ color:dodgerblue; }

h1 { 
  background:url(bg.png) repeat-x; 
  background-color:#00587e;
  
  padding: 10px;

  margin: 0;
}

hr.cleaner {
clear:both; margin: -1px 0 0 0; padding:0; height:1px; border:none; visibility: hidden;}


#all { 
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#all div{
  
  
  position: relative;
  
  }

img{ 
  border: none;
  
  
}

object { 
  padding:0;
 
  border: 1px solid black; 
}

p{ 
  padding:0;
  margin: 5px 5px 15px 5px;
  font-size: 11px;
  text-align: center;
}
p a{ 
  
  color:dodgerblue;  
  text-align: center;
p a:hover{ font-weight: bold;}