        body {
            color: #000000;
            background-color: #fff0d0;
            font-family: arial, sans-serif;
        }
        h5 {
            color: #dd0000;
			font-size: 12pt;
        }
        h1 {
            align-content: center;
        }
	 table {
			font-family: arial, sans-serif;
			border-collapse: collapse;
			width: auto;
			margin:30px auto;
		}
		
		td, th {
			border: 1px solid #000000;
			text-align: center;
			padding: 8px;
			width:300px;
			word-wrap:break-word;
		}
	
