p, li, div, tr  {
  font-family: Garamond, "Times New Roman", serif;
  font-size: 15px;
}

H1  { 
  font-family: Garamond, "Times New Roman", serif;
  font-size: 17px;
  margin-top: 0px; 
}

H2  { 
  font-family: Garamond, "Times New Roman", serif;
  font-size: 17px;
  margin-top: 0px;
}

H3  { 
  font-family: Garamond, "Times New Roman", serif;
  font-size: 16px;
  margin-top: 0px;
}

a.ltext:link, a.ltext:visited {
color: #000000;
text-decoration: none;
}

a.ltext:hover {
color: #ff3300;
text-decoration: underline;
}

a.lindex:link, a.lindex:visited {
color: #000000;
text-decoration: none;
}

a.lindex:hover {
color: #ff3300;
text-decoration: underline;
}

a.lnavigation:link {
color: #ff6600;
text-decoration: none;
}

a.lnavigation:visited {
color: #000000;
text-decoration: none;
}

a.lnavigation:hover {
color: #ff3300;
text-decoration: underline;
}

div.align_bottom {
  position: absolute;
  bottom:     0px;
}

div.align_right_bottom {
  position: absolute;
  right:      1px;
  bottom:     2px;
}

div.align_right_top {
  position: absolute;
  right:      1px;
  top:        1px;
}

div.background {
  position: absolute;
  left:      10px;
  top:       10px;
  width:    770px;
  height:  1200px;
  background: #FFCC66;
}

div.main_text {
  position: absolute;
  left:      5px;
  top:       5px;
  width:   760px;
  height: 1190px;
}

div.navigation {
  position: absolute;
  left:     10px;
  top:    1215px;
  width:   410px;
  height:   95px;
  border:   dotted;
  border-width: 1px;
  border-color: #999999;
}

div.advertisements {
  position: absolute;
  left:    785px;
  top:      10px;
}