@charset "utf-8";
/* CSS Document */
Body {
	BACKGROUND-COLOR: #000000;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background-image:url(creepy3.jpg);
 }
 
a:link {
 	color: #CC0000;
}

a:visited {
	 color: #CC0000;
	 }

a:active{
	 color: #CC0000;
	 }

