@charset "utf-8";
/* CSS Document */

body {
	color:#ccc;
	background-image:url(images/bg3.gif);
	background-color:#000;
}

a {
	color:#fff;
}


a.softlink {
	text-decoration:none;
	color:#cccccc;
}
a.softlink:hover {
	text-decoration:underline;
	color:#fff;
}