BODY{
  color : #333333;
}

BODY.margin{
  background-image : url(images/bg_dm_ma.jpg);
  background-position : right 80px;
  background-attachment : fixed;
  background-repeat : no-repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

BODY.li-margin{
  background-image : url(images/top.jpg);
  background-position : right 80px;
  background-attachment : fixed;
  background-repeat : no-repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

BODY.bg-margin{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

A:link{
  color : #004080;
}
A:visited{
  color : #004080;
}
A:active{
  color : #99ccff;
}
A:hover{
  color : #0080ff;
}

.border{
  border : #4e627b solid 2px;
}