body {
	background-image: url(images/abuse2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	text-align: center;
	color:	black;
}

p {
	color: black;
	font-size: 20px;
	font-weight: bold;
	border: thick dotted;
	margin: 30px;
	margin-top: 300px;
	margin-left: 200px;
	margin-right: 200px;
}

#links {
	text-align: center;
}

a:link {
	color:	black;
}

a:visited {
	color: purple;
}

a:active {
	color: red;
}

#img {
	text-align: center;
}

#fact {
	font-size: 16 px;
	font-weight: bold;
	text-align: center;
	margin: 30px;
	margin-top: 300px;
	margin-left: 200px;
	margin-right: 200px;
		
}

#footer {
	text-align: center;
}
