body {
	background-color: #1a1a1a;
}

body, div
{
	margin: 0;
	padding: 0;
}
#menu
{
	float: left;
	width: 30%;
}
#main
{
	float: right;
	width: 70%;
}

h1 {
	text-align:center;
	font-size:xx-large;
	font-family:MaszynaAEG;
	color:#000000;
};
	text-decoration: underline;
}

h2 {
	text-align: center;
	font-size:x-large;
	font-family:MaszynaAEG;
	color:white;
}

h3 {
	font-size:large;
	font-family:MaszynaAEG;
	color:#2f2f2f;
	text-decoration: underline;
}

h4 {
	font-size:large;
	font-family:MaszynaAEG;
	text-decoration: underline;
	margin-bottom: 1px;
}

h5 {
	font-size:10;
	font-family:MaszynaAEG;
		margin-bottom: 1px;
}

td.tresc {
	background-color:#a5a5a5;
	vertical-align:top;
	width:600px;
	padding:10px;
	padding-left:20px;
	font-size:large;
	font-family:MaszynaAEG;
}
a:link {
	color:#000000;
}

a:visited {
	color:#4f4f4f;
}

td.menu {
	vertical-align:top;
}
a.tytul {
	text-align:center;
	font-size:xx-large;
	font-family:MaszynaAEG;
	color:#a7a7a7;
	text-decoration: underline;
}

strong {
	font-weight: normal;		
	font-size:large;
	font-family:MaszynaAEG;
}

