html,
		body,
		div,
		span,
		applet,
		object,
		iframe,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		blockquote,
		pre,
		a,
		abbr,
		acronym,
		address,
		big,
		cite,
		code,
		del,
		dfn,
		em,
		img,
		ins,
		kbd,
		q,
		s,
		samp,
		small,
		strike,
		strong,
		sub,
		sup,
		tt,
		var,
		b,
		u,
		i,
		center,
		dl,
		dt,
		dd,
		ol,
		ul,
		li,
		fieldset,
		form,
		label,
		legend,
		table,
		caption,
		tbody,
		tfoot,
		thead,
		tr,
		th,
		td,
		article,
		aside,
		canvas,
		details,
		embed,
		figure,
		figcaption,
		footer,
		header,
		hgroup,
		menu,
		nav,
		output,
		ruby,
		section,
		summary,
		time,
		mark,
		audio,
		video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
		}

		/* HTML5 display-role reset for older browsers */
		article,
		aside,
		details,
		figcaption,
		figure,
		footer,
		header,
		hgroup,
		menu,
		nav,
		section {
			display: block;
		}

		body {
			line-height: 1.1;
		}

		blockquote,
		q {
			quotes: none;
		}

		blockquote:before,
		blockquote:after,
		q:before,
		q:after {
			content: '';
			content: none;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		body {
			margin: 0;
			padding: 0;
		}

		* {
			font-family: Monospace;
			line-height: 17px;
		}

		table {
			max-width: 500px !important;
			margin: 0 auto !important;
			padding: 20px 0px;
		}

		ul,
		ol {
			margin: 20px 0;
		}

		li {
			margin-left: 30px;
		}

		.text {
			font-family: Monospace;
			color: #c9d3d6;
			font-size: 15px;
		}

		a {
			color: #55B0E1 !important;
		}

		.featured {
			width: 500px;
			max-width: 100%;
		}

		.logo {
			width: 200px;
		}

code {
  font-family: monospace;
  white-space: pre;
}

body  {
  background-color: #0e1628;
  color:#c9d3d6;
  font-family: monospace;
}

h1,h2,h3,h4,h5,h6 {
  color: #FFFF00;
  padding: 7pt;
  }
h1 {
  font-size: 160%;
  }
h2 {
  font-size: 140%;
  }
h3 {
  font-size: 130%;
  }
h4 {
  font-size: 110%;
  }
h5 {
  font-size: 100%;
  }
h6 {
  font-size: 90%;
  }
