h1 {
	color: red;
	font-family: copperplate;
	font-weight: normal;
	border: solid;
}

h2 {
	color: blue;
	font-family: fantasy;
	font-weight: normal;
	border: dashed;
}

.left {
	color: green;
}

.right {
	color: purple;
}

#info {
	font-style: italic;
	font-weight: bold;
}
