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