body
{
	background-color: white;
	color: black;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	background-color: white;
	color: #005A9C;
}

a:hover
{
	text-decoration: none;
}

div.back
{
	margin-bottom: 42px;
	text-decoration: none;
}

div.back a:link,
div.back a:visited,
div.back a:hover,
div.back a:active,
div.back a:focus
{
	background-color: white;
	color: #005A9C;
	text-decoration: none;
}

div.back a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
	background-color: white;
	border-bottom: 1px dashed #005A9C;
	color: #005A9C;
	font-size: 170%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

h2
{
	font-size: 130%;
}

h3
{
	border: 0;
	font-size: 110%;
	width: 600px;
}

p
{
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 550px;
}

ul
{
	list-style-type: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	text-align: left;
}

ul.requirements,
ul.download
{
	width: 550px;
}

li
{
	line-height: 1.7em;
}

span.arrow
{
	background-color: white;
	color: #005A9C;
}

div.changelog
{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

div.changelog
{
	border: 0;
}

div.changelog-entry
{
	border: 1px #b0b0b0 dashed;
	margin-bottom: 32px;
	padding: 10px;
}

div.changelog-entry ul.changelog
{
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	width: 100%;
}

div.copyright
{
	font-size: 14px;
	margin-top: 42px;
	text-align: center;
}

img.screenshotHeader
{
	border: 1px solid #005A9C;
	float: right;
	margin-left: 0.5em;
}

div.screenshots img,
div.examples img
{
	border: 1px solid #005A9C;
}

div.examples div
{
	margin-left: auto;
	margin-right: auto;
	width: 590px;
}

div.examples img
{
	float: right;
}

div.examples table
{
	font-size: 80%;
	width: 200px;
}

div.examples th,
div.examples td
{
	background: #EEEEEE;
	padding: 0.4em;
	text-align: left;
}

div.examples td
{
	text-align: right;
}

div.examples a
{
	background: transparent;
}

div.examples br
{
	clear: both;
}

