body {
						background-color: rgb(250, 250, 251);
				 }
				 
a {
			text-decoration: none;
			color: rgb(44, 62, 80);
			font-family: segoe ui,Arial;
			font-size: 10pt;
			font-weight: 600;
		}

h1 {
				text-align: left;
				color: rgb(41, 128, 185);
				font-family: segoe ui,Arial;
				font-size: 18pt;
			}
			
h2 {
				text-align: left;
				color: rgb(41, 128, 185);
				font-family: segoe ui,Arial;
				font-size: 12pt;
			}
			
h3 {
				text-align: left;
				text-indent: 0px;
				color: rgb(41, 128, 185);
				font-family: segoe ui,Arial;
			}

		
p {
				text-align: left;
				font-family: segoe ui;
				font-size: 10pt;
				color: rgb(44, 62, 80));
			}
			
table td {
      padding: 5px 0;
      margin: 0;
      background: ;
      border: 1px solid #006600;
      text-align: center;
    }			
			