BODY {
	background-image: url(images/cnvbkgnd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background: url(images/cnvbkgnd.jpg) repeat fixed;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: small;
}

a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	font-family: "Comic Sans MS";
	font-size: small;
}

a:hover {
	color:#Ff6600;
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-size: small;
}
a:focus {
	color:#000000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-decoration: underline; 
	font-size: small;
}
a:active {
	color:#Ff6600;
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-decoration: underline; 	
	font-size: small;
}