h1 {
	text-align: center;
	font: 35px Cambria, Cambria Math, Calibri, Arial;
	font-weight: bold;
	color: #3078b8;
}

h2 {
	text-align: center;
	font: 25px Cambria, Cambria Math, Calibri, Arial;
	font-weight: bold;
	color: #3078b8;
}

h3 {
	text-align: center;
	font: 20px Calibri, Arial;
	color: #3078b8;
}

div {
  padding: 10px;
  border: 5px #3078b8;
  margin: 0;
}

.alignCenter {
	text-align: center;
}

table {
	text-align: justify;
	font: 18px Calibri, Arial;
}

.emptyBufferColumn {
	column-width: 300px;
}

.emptyBigBufferColumn {
	column-width: 800px;
}

img {
  width: 130;
  height: 130;
}

.cAlignedHeading {
	text-align: center;
	font: 30px Calibri, Arial;
	font-weight: bold;
	color: #3078b8;
}

.lAlignedHeading {
	text-align: left;
	font: 28px Calibri, Arial;
	font-weight: bold;
}

.lAlignedArticlesHeading {
	text-align: left;
	font: 20px Calibri, Arial;
	font-weight: bold;
}

.lAlignedHeadingBlue {
	text-align: left;
	font: 20px Calibri, Arial;
	font-weight: bold;
	color: #3078b8;
}

.cAlignedArticlesHeading {
	text-align: center;
	font: 20px Calibri, Arial;
	font-weight: bold;
}

.cAlignedTextBlue {
	text-align: center;
	font: 20px Calibri, Arial;
	font-weight: bold;
	color: #3078b8;
}

.footer {
	text-align: justify;
	font: 18px Calibri, Arial;
	font-style: italic;
}