BODY { 
  background: #000080 url("images/11.jpg");
  background-repeat:repeat-y;
  background-position: 0 0;
  background-attachment: fixed;
  COLOR: white;
}
A:hover {
	COLOR: blue
}
A {
	COLOR: white; TEXT-DECORATION: none
}
A:visited {
          COLOR: red; TEXT-DECORATION: none
}

