body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 800px;
	padding-top: 150px;
	background-image: url(img/manufaktura_header.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.box {
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 9px;
	line-height: 14px;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.box2 {
	width: 200px;
	float: left;
	margin-top: 20px;
}
.red:active, .red:visited, .red:hover,.red:link{
	color: #FF0000;
}
