@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	background-attachment: scroll;
	background-image: url(../images/blackpebble.jpg);
	background-repeat: repeat;
	text-shadow: 2px 2px 2px #000;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}