body
{
  font-size: 1em;
	line-height: 1.4em;
	color: #333;
	background-color: #fff;
  font-family: "Lucida Grande", helvetica, verdana, sans-serif;
}
h1
{
  font-size: 2em;
  font-weight: bold;
  margin: 0pt 0pt 10pt 0pt;
}
h2
{
  font-size: 1.4em;
  font-weight: bold;
  margin: 0pt 0pt 10pt 0pt;
}
h3
{
  font-size: 1.2em;
  margin: 25pt 0pt 10pt 0pt;
  font-weight: bold;
}
h3.authors{
  font-size: .8em;
  margin: 0pt 0pt 0pt 0pt;
  font-weight: normal;
}
a{
  color: #336699;
}
a:hover{
  color: #cc3300;
}
div#header
{
  width: 720px;
  margin: 25pt auto 0pt auto;
}
div#title
{
  width: 720px;
  margin: 25pt auto 0pt auto;
}
/*div#footer
{
  width: 720px;
  text-align: center;
  margin: 25pt auto 0pt auto;
}
*/
#footer { width: 860px; min-height: 40px; margin: 0 auto; color: #fff; }
 #footer:after { display: block; overflow: hidden; clear: both; content: ""; width: 100%; height: 0; }
 #footer figure { float: left; margin: 0; }
 #footer p { float: right; margin: 0; font-size: 1.1em; text-align: right; }
  #footer p a { color: #EDC544; font-weight: bold; }
  #footer p a:hover, #footer p a:focus, #footer p a:active { color: #ffe86d; }

div#content
{
  width: 720px;
  margin: 25pt auto 0pt auto;
}
div#code
{
  font-family: "Courier";
  width: 720px;
  margin: 50pt auto 0pt auto;
}
.red{
  color: #ff0000;
}
dd{
  padding-bottom: 12px;
}
