body { 
    font-family: Bahnschrift, arial, sans-serif;
    background-color: #d6d5d4;
    color: black;
    font-size: 16px;	
}

h1 {
    font-size: 20px; 	
	color: #0b3656;
}

h2 { 
    font-size: 18px; 
}

p { 
    font-size: 16px; 
}

p.center { 
    text-align : center;
}

p.copy { 
    font-size: 12px; 
}

a {
	font-size: 16px;
    color : #0b3656;
    text-decoration: underline;
}

a.hover{
	font-size: 16px;
    color : grey;
    text-decoration: underline;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

td {
    text-align : center;
}

td.left {
    text-align: left;
}








