h1 { font-family: Roboto, serif; font-weight: bold; font-size: 20pt; color: #004B83; }
h2 { font-family: Roboto, serif; font-weight: bold; font-size: 14pt; color: #004B83; }
h3 { font-family: Roboto, serif; font-weight: bold; font-size: 12pt; color: #101010; }

table#t_header {
	width: 100%;
	align: center;
	background-color: #004B83;
}
.header { font-family: Roboto, serif; font-weight: bold; font-size: 40pt; color: #FFFFFF; }
.footer { font-family: Roboto, serif; font-weight: normal; font-size: 12pt; color: #FFFFFF; text-align: center; }

table, td, th {
	font-family: Roboto, serif;
	font-size: 16pt;
	color: black;
	table-layout: fixed;
	border-collapse: collapse; 
	overflow: hidden;
	text-align: center;
	vertical-align:top;
	padding:3px;
}

/* unvisited link */
a:link {
	color: #000000;
}
  
/* visited link */
a:visited {
	color: #000022;
}
