@charset "utf-8";
/* CSS Document */

/* this sets the style for the background of the body */body {
	background-color:#000000;
}

/* this sets teh style for links */a:link {
	color: #000000;
}
