body {
  margin-top: 5%;
  margin-left: 20px;
  margin-right: 0%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight : bold;
  line-height: 25px;
  color: #FFBB77;
  background: #800000; 
}

A {
    text-decoration : none;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
}

A:link { color: #f97a3e;}

A:visited { color: #f97a3e; }

A:active { color: #f97a3e; }

A:hover {
   font-size: 100%; 
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #670303;
   background: #FFBB77}

td.thumbcell {
    width: 100px;
}



.Tables {
    border : 0px solid Black;
    margin : 0px 0px 0px 0px;
}

Table.menu {
   background-color: #800000;
   width: 115;
   }
   
 td.over {background-color: #FFBB77; color: #8A4026; cursor: hand; font-size: 16px;}
 td.out  {background-color: #800000; color: #FFBB77; font-size: 16px; }
 
td { width: 170px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; 
     onMouseOver: this.className="over" onMouseOut: this.className="out" class: out;
	 	border-bottom: solid #460000 3px; 
		border-left:  solid #A50003 3px;
		border-top: solid #A50003 3px;
		border-right: solid #460000 3px;
}

p.maly {
    margin-top: -30}

p.menu_pol {
    width: 140px;}
    
div.galerie {
      float: left;
      width: 250px;
      margin: 5px;
      }
