/* WaspStar.css */

/* The Chalkhills Wasp Star style sheet, duh. */

@import url("black.css");

body {
	background: #000000 url("../Art/misc_ws_bg.jpg") repeat-y;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	margin-left: 50px;
}

a:link {
	color: #ffff00;
	background: inherit;
}

a:visited {
	color: #99ff99;
	background: inherit;
}

