body {
	background: white;
}

h1 {
	color: rgb(225,142,28);
	text-align: center;
}

h2 {
	color: rgb(70;130,180);
	text-align: center;
}

h3 {
	color: rgb(70;130,180);
	text-align: center;
}

hr {
	border: 2;
	border-top: 1px solid orange;
}

table, th, td{
	border: 2px solid #000000;
	margin: auto;
}

.gruby {
	font-weight: bold;
}

.link {
	text-align: center;
}


