body
{
  font:0.9em/1.2em "Helvetica Neue", Helvetica, Sans-serif;
  margin:0;
  padding:1em 1em;
  color: #030303;
  background-color: #FFFAEC
}
a img
{
  border-width:0;
}
a:link
{
  text-decoration: none;
  color: #1464E4;
}
a:visited
{
  text-decoration: none;
  color: #A434E4;
}
a:visited:hover
{
  text-decoration: underline;
}
a:hover
{
  text-decoration: underline;
}
a:active
{
  color: #A43434;
}
p
{
	margin-bottom: 0.2em;
	margin-top: 0;
}
ul
{
	margin-bottom: 0.2em;
	margin-top: 0;
}

#pagetitle
{
  font:1.3em/1.3em Times, serif;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#000;
}
#menu
{
	font: 1.0em/1.2em "Helvetica Neue", Helvetica, Sans-serif;
	text-align:center;
	text-transform:uppercase;
}

.indented
{
    padding-left: 1em;
    margin-bottom: 1em;
}