body {
	color: Black;
	font: medium;
	text-align: center;
	
}

.kubsieskorner {
	color: Blue;
	font-size: xx-large;
	text-align: center;
	font-family: "Times New Roman";
	font-weight: bold;
}

.theblahpage {
	font-size: large;
	text-align: center;
	color: Blue;
	font-family: "Times New Roman";
	font-weight: bolder;
}

h4 {
	font: medium;
	color: Black;
	text-align: center;
	font-family: "Comic Sans MS";
}

h5 {
	font: medium;
	color: Green;
	text-align:center;
	font-family: "Comic Sans MS";
}

address {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	font-family: "Comic Sans MS";
}

.header {
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: Blue;
}

td {
	text-align: center;
}

.tdjust {
	text-align: justify;
}

a:visited {
	color: Red;
}

a {
	color: Black;
}

a:hover {
	color: Teal;
}

img {
	border: 0;
}

.under {
	text-decoration: underline;
}

.italic {
	font-size: x-small;
	font-style: italic;
}
