/* The main CSS*/
@import url(fonts.css);
@import url(links.css);
@media print {
    #navbarback, #navbar, {display: none; }
}
/* Main text, black Arial on white background*/
body, td {
	background-color: #FFFFFF;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12pt;
  color: #000000; }
/* */
.boldlink {
  font-weight: bold;
  text-align: left;
	line-height: 1.55; }
/* */
.centeredimage {
	text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px; }
.indent {
  font-weight: bold;
  margin-left: 12px;
	line-height: 1.4; }
.eventBG {
  border: solid black;
	border-width: 0.1pt }
.pasteventBG {
  border: solid black;
	border-width: 0.1pt;
	color: #ff0000 }
.titlefont {
  font-family: Times, Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 48px;
	color: #000088 }	

.subtitlefont {
  font-size: 24px;
	color: #000088 }

.subtitleblk {
  font-size: 24px;
	color: #000000 }

.subtitlefontblk {
  font-size: 20px;
	color: #000000;
	font-weight: bold }
td {
	vertical-align: middle;
	text-align: center;
}
<!-- after this text is added -->

div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
body>div.navbar {
    position: fixed;
}