a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-image: url(images/scream_logo_bg.jpg);
	background-repeat: repeat;
}

