BODY{
  color : #333333;
  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 : #004080;
}
A:visited{
  color : #004080;
}
A:active{
  color : #99ccff;
}
A:hover{
  color : #0080ff;
}
IMG{
  border-top-color : #004080;
  border-right-color : #004080;
  border-bottom-color : #004080;
  border-left-color : #004080;
}