a {

    color: black;
    text-decoration: none;
}

#searchform, #menu, #opcje, #list, #word .ikony, #letter, #pageindex, #top, #footer, #wordTools {
    display: none;

}

#word .slowo {
 font-size: 50px;
 font-weight: bold;
 margin-bottom: 20px;
 text-transform: uppercase;
}

#word .znaczenie {

    margin: 15px;
    font-size: 20px;  
    text-decoration: underline;
    text-transform: uppercase; 
}

#word .synonim, #word .example {
    margin-left: 10px;
    
}

#word .example {
   font-style: italic;  

}
#word .definicja {

    font-weight: bold;
}

#footer {

    margin-top: 20px;
}

.megaclear {
	clear: both;
	height: 0px;
}

.megaleft {
	float: left;
}
