
body
{
  background-color: white;
}

div
{
  font-family: Arial, Verdana;
  font-size: 12px;
  color: black;
}

#frame
{
  position: absolute;
  width: 640px;
  margin-left: -320px;
  left: 50%;
  top: 10px;
}

.block
{
  border: 1px solid #00bf04;
  padding: 5px;
  width: 100%;
  background-color: #e1ffe2;
  margin-bottom: 5px;
  text-align: justify;
}

.block .block
{
  width: 630px;
  background-color: white;
  border: 1px dashed black;
}

.block h1
{
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 23px;
}

.block h2
{
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
}

.block embed
{
  margin-left: 5px;
}

.block a
{
  text-decoration: underline;
  color: #00bf04;
}

.block a:hover
{
  text-decoration: none;
}

.block ul
{
  margin-bottom: 10px;
}

.block .center
{
  text-align: center;
}

.block .left
{
  text-align: left;
}

.block img.left
{
  float: left;
  margin-right: 5px;
}

.block img.right
{
  float: right;
  margin-left: 5px;
}

#header
{
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

#footer
{
  font-size: 11px;
  text-align: center;
}

#global_footer
{
  text-align: center;
  margin-top: 20px;
}
