body
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.body
{
	background: url(bell.png) no-repeat;
	margin: 20px;
	width: 600px;
	height: 600px;
	padding-left: 128px;
}

p.title
{
	font: 36pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

p.subtitle
{
	font: 18pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

p.section_title
{
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 2em;
}

p.download
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	border: 3px double #333;
	width: 400px;
	padding: 1em;
	background-color: #e6e6e6;
	margin: 2em auto;
}

span.prerequisites
{
	font-size: smaller;
}

span.name
{
	font-style: italic;
}

p.link
{
	text-align: center;
}

p.quote
{
	margin-right: 3em;
	margin-left: 3em;
	font-style: italic;
}

p.quote_credit
{
	margin-right: 3em;
	margin-left: 3em;
	text-align: right;
}

p.screenshot
{
	text-align: center;
	font: smaller "Lucida Grande", Lucida, Verdana, sans-serif;
}

img.screenshot
{
	border: 3px double #333;
}

p.footer
{
	font: smaller "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: thin solid #333;
	text-align: center;
	padding: 0.5em;
}

a.title
{
	color: #000;
}

a.title:visited
{
	color: #000;
}

td
{
	vertical-align: top;
	font-size: smaller;
	padding: 0.5em;
}

td.form
{
	vertical-align: top;
	padding: 0.5em;
	font-size: medium;
}

th
{
	vertical-align: top;
	font-size: smaller;
	text-align: left;
	padding: 0.5em;
}

td.sensor-name
{
	width: 100px;
}

input.form-input
{
	width: 350px;
}

textarea.form-input
{
	width: 350px;
}