
h2 {
	color: blue;
	font-family:Helvetica;
}
p {
	color: HoneyDew;
	background-color: black;
        border-color; SlateBlue;
}
#general {
	border-style: groove;
	border-width: thick;
	color: Orange;
	border-color: LightCoral;
}
.links {
	color: tomato;
	border-color: LightCoral;
	border-style: groove;
        border-width: thick;
}
