BODY, TD {
	font-family :Verdana ;
	font-size : 9pt;
	color: black;
}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	
	color: red;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

p {
	margin-left: 5px;
}

.center {
	text-align: center;
	
}

.prawy {
	text-align: right;
	margin-right: 20px;
}

.a {
	color: red;
}