body
{
    color: #EFA888;
    background: #653C36;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#ods
{
    margin-top: 20px;
}
.jpgb
{
    width: 60%;
    
}
.jpgb > img {
    width: 160%;
    display: block;
}
a
{
    color: white;
}

a:hover {
	color: #EFA888;
}
#nagluweg
{
    font-size: 200%;
    text-align: center;
    font-weight: 600;
}
#dzial1
{
    font-weight: 600;
    font-size: 125%;
    text-align: center;
}
#dzial2
{
    font-weight: 600;
    font-size: 125%;
    text-align: center;
}
#table
{
    font-size: 110%;
    font-weight: 1000%;
    text-align: center;
    table-layout: fixed; 
    width: 100%;
}
#tell
{   

    width: 100%;
    text-align: center;
    margin-top: 25px;
}




/*

.skew-menu {
  text-align: center;
}

.skew-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skew-menu ul li {
  background: #FFFFFF;
  float: left;
  border-right: 1px solid #EEEEEE;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s linear;
}



.skew-menu ul li:hover {
  background: #EEEEEE;
  color: #FF6B01;
}

.skew-menu ul li a {
  display: inline-block;
  padding: 15px 35px;
  color: inherit;
  text-decoration: none;
}
*/