 <style>

	body {
  	  font-family: Verdana;
  	  margin: 0;
  	  padding: 0;
 	}
        header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 20px;
            background-color: #FFF;
            color: #fff;
        }
	a {
		color: #033B84;
		text-decoration: none;
		font-size: 20px;
	}
        .logo {
            width: 100px; /* Adjust as needed */
            /* Add other logo styles */
        }
	.logo img {
		width: 200px;
		padding-left: 75px;
	}
        nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        nav ul li {
            display: inline;
            margin-right: 20px;
        }
        .banner {
            background-color: #f0f0f0;
            padding: 20px;
            text-align: center;
        }
        .column {
            float: left;
            width: 33.33%;
            padding: 20px;
            box-sizing: border-box;
		font-size: 20pt;
		font-weight: bold;
		font-family: Verdana;
	}
	.column p {
		font-size: 12pt;
		font-weight: normal;
		color: #000000;
		font-family: Verdana;
	}
  	.column img {
  	  	height: auto;
 		margin-right: 10px;
 	}
  	.clearfix::after {
    		content: "";
    		clear: both;
    		display: table;
  	}

        .main_column {
            float: left;
            width: 50%;
            padding: 20px;
            box-sizing: border-box;
		font-size: 20pt;
		font-weight: bold;
		font-family: Verdana;
	}
	.main_column p {
		font-size: 12pt;
		font-weight: normal;
		color: #000000;
		font-family: Verdana;
	}
  	.main_column img {
  	  	height: auto;
 		margin-right: 10px;
 	}
  	.clearfix::after {
    		content: "";
    		clear: both;
    		display: table;
  	}	
	.main_column h1 {
		color: #033B84;
		text-decoration: none;
		font-size: 20px;
	}	
	.main_column h2 {
		color: #033B84;
		text-decoration: none;
		font-size: 19px;
	}
	.main_column h3 {
		color: #033B84;
		text-decoration: none;
		font-size: 18px;
	}
	.main_column h4 {
		color: #033B84;
		text-decoration: line-through;
		font-size: 18px;
	}
  	.clearfix::after {
    		content: "";
    		clear: both;
    		display: table;
  	}
	.datalist {
		color: #000000;
		text-decoration: none;
		font-size: 12px;
	}
        .footer {
            background-color: #033B84;
            color: #fff;
            padding: 20px;
            text-align: center;
	    clear: both; 
	}
	.footer a {
		color: #fff;
	}

    </style>