 body {  background-image: url(canvas4.jpg);
	}


}
a:link {
	color: blue;
	text-decoration: none;
}     /* unvisited link */
b:visited {
	color: black;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: red;
	text-decoration: none;
	font-weight: bolder;
}   /* mouse over link */
a:active {color: blue}   /* selected link */