
			body {
				font-size: 14px;
				background-color:#BAC3B9;
			}
			h1 {
				text-align:center;
				color:#44479C;
			}
			h2 {
				color:#BAC3B9;
				background-color:#6D71D8;
			}
			ul li {
			    font-size: 20px;
			    display:inline-block;
			    width: 48%;
			    border: 3px double #9AA3A9;
			    background:#AAB3A9
			}
			img {
				width:30%;
				vertical-align:top;
				float:left
			}
