

body
{
  background: #333 url(back.png);
  background-color: #333;
  font-family: sans-serif;
  font-size: 9pt;
}

a
{
  color: #a60;
  font-style: none;
  font-weight: normal;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.insensitive, a.insensitive:hover
{
  color: inherit;
  text-decoration: none;
}

.itemname
{
  color: #666;
  font-weight: bold;
  margin-top: 5px;
  text-decoration: none;
}

.itemname:after
{
  content: " :";
}

.header, .footer, .nav
{
  margin: auto;
  width: 480px;
}

.header
{
  color: #f90;
  text-align: center;
}

.footer
{
  color: #666;
  font-size: 7pt;
  text-align: center;
}

.footer hr
{
  background-color: #666;
  border: none;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}

.nav
{
  color: #666;
  font-size: 8pt;
  margin-bottom: 5px;
  text-align: right;
}

.subdiv, .subdiv-article
{
  background-color: #ddd;
  border: 1px solid #111;
  border-radius: 6pt;
  -moz-border-radius: 6pt;
  -khtml-border-radius: 6pt;
  color: #333;
  font-family: serif;
  font-size: 8pt;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 25px;
  text-align: justify;
  width: 450px;
}

.subdiv-article
{
  padding: 40px;
  text-align: left;
  width: 500px;
}

.end-article:before
{
  content: ' ';
}

.end-article:after
{
  content: url(small-black-square.png);
}

.subdiv a, .subdiv-article a
{
  color: #840;
}
