body {
	background-image: url(img/bg.gif);
	background-color: #868686;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
}
table.around {
	background-color: #5A5A5A;
}
table.menu {
	background-color: #868686;
}
table.strofa{
	background-color: Black;
}
td.text {
	background-color: Black;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 13px;
	cursor: default;
}
td.menu {
	background-color: Black;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 12px;
	cursor: default;
}
td.top {
	background-image: url(../img/top_bg.png);
	font-family: Verdana;
	color: #FF6600;
	font-size: 18px;
	cursor: default;
}
span.top{
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
}
span.h {
	color: #FF6600;
	font-family: Arial;
}
a.top {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
a.top:hover {
	color: #FF9900; 
}
a.menu {
	color: White;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
a.menu:hover {
	color: #FF9900; 
}
a.norm {
	color: White;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a.norm:hover {
	color: #CCCCCC;
}
b.h {
	color: Red;
}
pre {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 13px;
}
hr {
	color: #FF6600;
	height: 1px;
	border-style: dashed;
}
h1 {
	color: #FF6600;
	border-bottom-style: dashed;
	font-family: "Arial";
	font-size: 20px;
}