body {

  background-image:url(http://anime-fanservice.org/background.jpg);
  background-repeat:repeat;
  font-size: 85%;

  }


A:link
{ text-decoration:none; color:SlateBlue; font-weight:normal;
}
A:visited
{ text-decoration:none; color:DarkRed; 
}
A:active
{ text-decoration:none; color:purple; 
}
A:hover
{ text-decoration:none; color:green; font-weight:bold;
}

<!--
      .blkbol { font-size : 120%; 
		color:black;
		weight:bold;} 

//-->