body
{
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

body .ui-page
{
	background: -moz-radial-gradient(center, ellipse cover, #eaecef 0%, #a8aaac 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eaecef), color-stop(100%,#a8aaac)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #eaecef 0%,#a8aaac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #eaecef 0%,#a8aaac 100%); /* Opera 12+ 	*/
	background: -ms-radial-gradient(center, ellipse cover, #eaecef 0%,#a8aaac 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #eaecef 0%,#a8aaac 100%); /* W3C */
}

img
{
	max-width: 100%;
	border: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin-left: 5%;
	margin-right: 5%;
	font-family: Georgia, Times New Roman, serif;
}

p
{
	font-size: 1.5625em;
	line-height: 1.2em;
}

table
{
	border: none;
}

.first h1
{
	margin-top: 4em;
}

.first h1 + p
{
	font-style: italic;
	font-size: 1em;
	text-align: right;
}

.center
{
	text-align: center;
}

h1.one-line
{
	margin-top: 3.333em;
}

h2.one-line
{
	margin-top: 4em;
}

.mini
{
	font-size: 0.5em;
}

h2 + .mini
{
	margin-top: -1em;
}

.on-display
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}

.four
{
	margin: 0 5%;
	width: 90%;
}

.four div
{
	float: left;
	width: 25%;
}

code
{
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
}

code pre
{
	text-shadow: none;
}
