body{
 color:#000;
 background-color:#FFF;
}
table{
 border: #ABAB23 solid 2px;
 width:98%;
 margin: 10px auto 20px;
 }
table td {
 background-color:#e5dcc3;
}

table td#trzy{
 width:150px;
 vertical-align: top;
 text-align: center;
 color:#006600;
}
table td#cztery{
 vertical-align: center;
 text-align: center;
 color:#006600;
}
a{
 color: #006600; 
 text-decoration: dashed;
}

a.nav {
 color: #ABAB23; 
 text-decoration: none; 
 display:block; 
 border:2px solid #806b33;
 background-color:#e5dcc3; 
}

a.nav:hover { 
 color: #806b33; 
 text-decoration: none; 
 border: 2px solid green;
 background-color:#948671; 
width:98%;
}

