BODY{
	font-family : Arial, Helvetica, sans-serif;
	line-height : 120%;
	background-image : url("08s.jpg");
	background-color : #ffffff;
	background-attachment : fixed;
	background-repeat:repeat-x;
        background-position:top;
}
A{
  color : darkcyan;
  text-decoration : none;
}
A:HOVER{
  background-color : lemonchiffon;
}
A:VISITED{
  color : mediumblue;
}
TABLE{
  font-family : Arial, Helvetica, sans-serif;
  line-height : 100%;
}
