h1 {
	color: #333;
	padding: 5px;
	height: auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
	font-size: 20px;
	margin: 5px;
}
h2 {
	font-size: 18px;
	color: #333;
}
