
a {
 text-decoration:none 
}

a:link
{
	color: green; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
background-image: 

url('./image/AbbeyComCenbg.GIF');
background-repeat: 
repeat;
background-position: 
 centre;
}

