body {
	background-attachment: scroll;
	background-image: url("images/MCEVOY-BG.jpg");
	background-repeat: repeat-x;
}
a:link {
	color: #666699;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #669966;
}
a:active {
	color: #999999;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:visited {
	color: #669966;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #669966;
}


