.title  { 	box-sizing: border-box;
					text-align: center;
					font-family: sans serif, tahoma;
					font-size: 24pt; font-weight: 600;
					padding: 10px 0; 
					}

.bluyellow {	background-color: #fdf2b4; color: #185e9a; 
							text-align: center; padding: 5px 0; 
							}
.yellowblu {	background-color: #fcce54; color: #185e9a; 
						font-size: 18pt; font-weight: 600;
						padding-left: 3%;
						}
						
.orablue 	{ background-color: #cbe9f5; color: #f16123; text-align: center; 
						font-size: 12pt; font-weight: 600; padding: 2px; 
						border-radius: 4px;
						}

.orayellow {	background-color: #f95120; color: yellow; text-align: center; 
						font-size: 12pt; font-weight: 600; padding: 5px 0; 
						border-radius: 0 4px 0 0;}						
						
.spacing	{ margin-bottom: 5px; }
