body {
	font-family: serif;
}

h1,h2 {
	color: dimgrey;
	font-family: fantasy;
	font-weight: normal;
}

h2:before {
	content: "[";
}

h2:after {
	content: "]";
}
