
body {
background-color: #ffffff;
}

body  { background: #0047a6 url(../images/contents_back.gif) no-repeat }
.head { color: white }
.foot { color: white; font-size: x-small }
a  { color: #f90; text-decoration: none }
a:hover  { color: #f90; text-decoration: underline }
a:active { color: yellow; text-decoration: none }
a:visited  { color: #f90; text-decoration: none }



.foot { color: white; font-size: xx-small ;}
A{
  color : blue;
  text-decoration : underline;
}
A:LINK{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  color : purple;
  text-decoration : underline;
}
A:HOVER{
  color : blue;
  text-decoration : underline;
}
A:ACTIVE{
  color : blue;
  text-decoration : underline;
}

