 
A{
  color : navy;
  text-decoration : none;
}
A:LINK{
  color : navy;
  text-decoration : none;
}
A:VISITED{
  color : navy;
}
A:HOVER{
  color : #ff8000;
  text-decoration : underline;
}
A:ACTIVE{
  color : #ff8000;
}
BODY{
  font-size : 12px;
  background-image : url(bg.gif);
}
.title{
  font-weight : bold;
  color : white;
  background-color : navy;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : white black black white;}

