body {
   background-color: #FFFFFF;
   color: #000000;
}
a { 
   color: #000000;
   font-weight: bold; 
   text-decoration: none; 
} 
a:link {
   text-decoration: none; 
} 
a:visited { 
   text-decoration: none;
}
a:active {
   text-decoration: none; 
}
a:hover {
   color: #cccccc; 
   text-decoration: none;
}
h1 {
   text-decoration: none; 
   text-align: center; 
   word-spacing: 10px; 
   font-size: medium; 
   color: #000000;
}
p {
 text-align: justify;
 padding-left: 5px;
 padding-right: 5px;
}
p.footer {
   text-align: center;
   color: #000000;
   font-weight: bold;
}
tr.otstup td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
   padding-bottom: 3px;
}
.menu {
   margin-bottom: 20px;
   width: 200px;
}
.menu h2 {
   height: 50px;
   margin: 0;
   padding: 10px 0 0 85px;
   background: #000000 url(../../img/menu_head.gif) no-repeat;
   letter-spacing: -1px;
   font-size: 25px;
   font-weight: bold;
   color: #ffffff;
}
.menu ul {
   margin: 0;
   padding: 0;
   background: #000000 url(../../img/menu_down.gif) no-repeat left bottom;
   list-style: none;
}
.menu li {
   padding: 10px;
   background: url(../../img/menu_razdel.gif) repeat-x;
}
.menu a {
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;
}
.menu a:hover {
   color: #cccccc;
	text-decoration: underline;
}