BODY
{ 
background-image: url(images/wool.jpg); 
background-color: #0000FF;
}

a:link 
{ 
text-decoration : none; 
color : #0000FF; 
	}

 a:visited 
{  
text-decoration : none; 
color : #800080; 
	}

 a:hover, a:active { 
text-decoration : underline;
color : #FF0000; 
}

