html, body
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: #00A69C;
	font-family: Arial, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;

	line-height: 22px;
	color: #fff;
}
::selection {
	background: #FF5963;
}
::-moz-selection {
	background: #FF5963;
}

h2
{
	font-size: 30px;
	line-height: 30px;
	margin: 35px 0 15px 0;
}
h3, h4, h5, h6
{
	font-size: 20px;
	line-height: 22px;
	margin: 25px 0 10px 0;
}
p, ul, ol
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}
pre,
code
{
	font-family: Consolas, monospace;
	font-weight: normal;
	overflow: auto;
}
pre
{
	background: rgba( 255, 255, 255, 0.15 );
	font-size: 12px;
	padding: 10px 20px;
	margin: 10px -150px;
}
code
{
	font-size: 16px;
}

th,
td
{
	text-align: left;
	vertical-align: top;
}