html, body  { height: 95%;width: 95%;background: #32d632; }

body { 	
	display: table;
	margin-left:5%;
	margin-right:5%;
}

img { 
	border: none;
        text-align: center;
}
 
a {
        color:#0f480f;
        background-color: transparent;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
}

pre a {
	color:#32d632;
        background-color: transparent;
        font-size: 7px;
        text-decoration: none;
	float:left;
}

pre a:link {
	color:#32d632;
        background-color: transparent;}
pre a:visited {
	color:#32d632;
        background-color: transparent;}
pre a:hover {
	color: #32d632;
        background-color: transparent;
        text-decoration: none;}

a:link {
	color:#0f480f;
        background-color: transparent;}
a:visited {
	color:#0f480f;
        background-color: transparent;}
a:hover {color: #d2ff00;
        background-color: transparent;
        text-decoration: none;}
	
.srodek  { 
	display: table-cell;
        vertical-align: middle;
}
