html, body {
 width: 100%;
 height: 100%;
 margin: 0px;
 border: 0px;
 padding: 0px;
 font-family: arial;
 font-size: 14px;
}
body{
 background-color: #4B752D;
 background-image: url('pic/mainback.gif');
 background-repeat: repeat-x;
}
td, div, p, a {
 font-family: arial;
 font-size: 14px;
}
table.doboz{
 border: 2px solid green;
}
td{
 vertical-align: top;
 font: 14px, normal, arial;
}
td.main{
 width: 754px;
 padding-left: 5px;
 padding-right: 10px;
 background-image: url('pic/midback.jpg');
 background-repeat: no-repeat;
 background-color: #F9FAF5;
}
td.menu{
 height: 32px;
 background-image: url('pic/menuback.jpg');
 color: #ffffff;
 font: 14px, normal, arial;
 font-weight: bold;
 text-align: center;
 padding-right: 11px;
 padding-left: 7px;
 padding-top: 7px;
}
td.galmenu{
 text-align:center;
 vertical-align: top;
 padding-left: 20px;
}
a.menu{
 text-decoration: none;
 color: #ffffff;
}
a.menu:hover{
 text-decoration: none;
 color: #ffff00;
}
a.galmenu{
 font-weight: bold;
 color: green;
}
a.galmenu:hover{
 text-decoration: underline;
 color: black;
}
a{
 color: darkgreen;
 text-decoration: underline;
}
a:hover{
 color: darkred;
 text-decoration: none;
}
a.almenu{
 color: grey;
 text-decoration: none;
 font-weight: bold;
}
a.almenu:hover{
 color: darkred;
 text-decoration: underline;
}
p.cim{
 font: 20px, norma, comic sans ms;
 font-weight: bold;
 font-style: italic;
 color: #4B752D;
 border-bottom: 3px double #4B752D;
 text-align: right;
 padding-right: 30px;
}
h1.cim{
 font: 20px, norma, comic sans ms;
 font-weight: bold;
 font-style: italic;
 color: #4B752D;
 border-bottom: 3px double #4B752D;
 text-align: right;
 padding-right: 30px;
}
p.refcim{
 font: 16px, normal, comic sans ms;
 font-weight: bold;
 font-style: italic;
}
img.pic {
 BORDER-RIGHT: black 1px solid;
 BORDER-TOP: black 1px solid;
 BORDER-LEFT: black 1px solid;
 BORDER-BOTTOM: black 1px solid;
 cursor: hand;
}
li{
 margin-bottom: 5px;
}
p.keretes{
 border: 1px solid darkblue;
 padding: 5px;
 margin-left: 20px;
 margin-right: 20px;
}