/*Common in subsites (not index.html)*/
body{
	font-size: 16px;
	font-family: ipamonapgothic,mona,ms pgothic,monospace;
	padding: 20px;
	color: white;
}
body.brickbg{
	background-color: rgb(23, 27, 30);
	background-image: url('zdjecia/sciana.png');
	background-position: top;
	background-repeat: no-repeat;
}
body.notebg{
	background-image: url('zdjecia/noteblock.png');
}