body
{
  background: white url('background_768.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Verdana,sans-serif;
  text-align: justify;
  font-size: 11px;
  }

.overlay { 
  background-color: white;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
 }

.menu
{
  float: right;
  position: fixed;
  top: 80px;
  right: 10px;
  margin: 0px;
  width: 120px;
  padding: 20px;
}

.content
{
  position: absolute;
  left: 450px;
  top: 80px;
  margin: 0px;
  padding: 20px;
  width: 300px;
}

.l2 {
  margin-left:10px;
}

.l3 {
  margin-left:20px;
}

.l4 {
  margin-left:30px;
}

.l5 {
  margin-left:40px;
}

h1, h2, h3, h4, h5, h6
{
  font-size: 14;
}

a 
{
  color: #2153be;
  text-decoration:none;
  }

a:hover {text-decoration: underline;}
