/*a stylesheet for the people page*/
body {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
}

a:hover {
	color: rgb(50,128,28);
}

a {
	color: rgb(100,255,55);
}

h1 {
	text-align: center;
}